This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.ICodec< T > Interface Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
List of all members
Org.Apache.REEF.Wake.Remote.ICodec< T > Interface Template Reference

Interface for serialization routines that translate back and forth between byte arrays with low latency. More...

Inherits Org.Apache.REEF.Wake.Remote.IEncoder< T >, and Org.Apache.REEF.Wake.Remote.IDecoder< T >.

Inherited by Org.Apache.REEF.Wake.Remote.Impl.MultiCodec< T >.

Additional Inherited Members

- Public Member Functions inherited from Org.Apache.REEF.Wake.Remote.IEncoder< T >
byte[] Encode (T obj)
 Encodes the given object into a Byte Array More...
 
- Public Member Functions inherited from Org.Apache.REEF.Wake.Remote.IDecoder< T >
Decode (byte[] data)
 Decodes the given byte array into an object More...
 

Detailed Description

Interface for serialization routines that translate back and forth between byte arrays with low latency.

Template Parameters
TThe codec type

The documentation for this interface was generated from the following file: