|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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.MultiDecoder< T >.
Public Member Functions | |
| T | Decode (byte[] data) |
| Decodes the given byte array into an object More... | |
Interface for serialization routines that translate back and forth between byte arrays with low latency.
| T | The decoder type |
| T Org.Apache.REEF.Wake.Remote.IDecoder< T >.Decode | ( | byte[] | data | ) |
Decodes the given byte array into an object
| data |
Implemented in Org.Apache.REEF.Wake.Remote.Impl.MultiCodec< T >, and Org.Apache.REEF.Wake.Remote.Impl.MultiDecoder< T >.
1.8.11