| Modifier and Type | Class and Description |
|---|---|
static class |
SerializableWrapper.Factory |
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
bytes |
private Serializable |
value |
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE| Constructor and Description |
|---|
SerializableWrapper() |
SerializableWrapper(Serializable value) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(Decoder decoder)
Decodes the content of this object
|
void |
encode(Encoder encoder)
Encodes the content of this object
|
int |
getEncodableClassId()
Returns a unique class identifier.
|
int |
getEncodedSize()
Returns the size of the byte array that results from the encoding of this object.
|
Serializable |
getValue() |
private void |
serialize() |
private Serializable value
private byte[] bytes
public SerializableWrapper()
public SerializableWrapper(Serializable value)
public Serializable getValue()
public int getEncodableClassId()
EncodablegetEncodableClassId in interface Encodablepublic int getEncodedSize()
throws Exception
EncodablegetEncodedSize in interface EncodableException - if an error occurspublic void encode(Encoder encoder) throws Exception
EncodableCopyright © 2022 ScalAgent D.T.. All rights reserved.