public interface ObjectSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
defaultReferenceType() |
boolean |
defaultStoreReference() |
T |
read(VirtualizationInput in) |
int |
typeValue() |
void |
write(T value,
VirtualizationOutput out) |
int typeValue()
ReferenceType defaultReferenceType()
boolean defaultStoreReference()
void write(T value, VirtualizationOutput out) throws IOException
IOExceptionT read(VirtualizationInput in) throws IOException
IOExceptionCopyright © 2017. All rights reserved.