Constructor and Description |
---|
ObjectSerializableCodec() |
Modifier and Type | Method and Description |
---|---|
T |
decode(byte[] buf)
Decodes an object from the bytes.
|
byte[] |
encode(T obj)
Encodes the object to bytes.
|
@Inject public ObjectSerializableCodec()
Copyright © 2016 The Apache Software Foundation. All rights reserved.