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
IOException
T read(VirtualizationInput in) throws IOException
IOException
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.