Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
encode(T object)
Encode the given object into a byte array.
|
ByteBuffer encode(T object) throws EncodeException
object
- the object being encodedEncodeException
Copyright © 2013. All Rights Reserved.