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

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

Inherited by Org.Apache.REEF.Wake.Remote.ICodec< T >, and Org.Apache.REEF.Wake.Remote.Impl.MultiEncoder< T >.

Public Member Functions

byte[] Encode (T obj)
 Encodes the given object into a Byte Array More...
 

Detailed Description

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

Template Parameters
TThe encoder type

Member Function Documentation

byte [] Org.Apache.REEF.Wake.Remote.IEncoder< T >.Encode ( obj)

Encodes the given object into a Byte Array

Parameters
obj
Returns
a byte[] representation of the object

Implemented in Org.Apache.REEF.Wake.Remote.Impl.MultiCodec< T >, and Org.Apache.REEF.Wake.Remote.Impl.MultiEncoder< T >.


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