|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Encoder using the WakeTuple protocol buffer (class name and bytes) More...
Inherits Org.Apache.REEF.Wake.Remote.IEncoder< T >.
Public Member Functions | |
| MultiEncoder () | |
| Constructs an encoder that encodes an object to bytes based on the class name More... | |
| void | Register< U > (IEncoder< U > encoder) |
| void | Register< U > (IEncoder< U > encoder, string name) |
| byte[] | Encode (T obj) |
| Encodes an object to a byte array More... | |
Encoder using the WakeTuple protocol buffer (class name and bytes)
|
inline |
Constructs an encoder that encodes an object to bytes based on the class name
|
inline |
Encodes an object to a byte array
| obj |
Implements Org.Apache.REEF.Wake.Remote.IEncoder< T >.
|
inline |
| U | : | T |
|
inline |
| U | : | T |
1.8.11