org.addsimplicity.anicetus.io
Interface TelemetryEncoder

All Known Implementing Classes:
JsonEncoder

public interface TelemetryEncoder

The encoder interface provides the semantics for turning a telemetry artifact into a character array that can be used on transport streams.

Author:
Dan Pritchett (driveawedge@yahoo.com)

Method Summary
 char[] encode(GlobalInfo session)
          Translate a telemetry artifact into a character array.
 

Method Detail

encode

char[] encode(GlobalInfo session)
Translate a telemetry artifact into a character array.

Parameters:
session - The artifact to be translated.
Returns:
the translated artifact.


Copyright © 2009 Add Simplicity. All Rights Reserved.