public class ByteSerializer extends Object implements ObjectSerializer<Byte>
| Constructor and Description |
|---|
ByteSerializer() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
defaultReferenceType() |
boolean |
defaultStoreReference() |
Byte |
read(VirtualizationInput in) |
int |
typeValue() |
void |
write(Byte value,
VirtualizationOutput out) |
public int typeValue()
typeValue in interface ObjectSerializer<Byte>public ReferenceType defaultReferenceType()
defaultReferenceType in interface ObjectSerializer<Byte>public boolean defaultStoreReference()
defaultStoreReference in interface ObjectSerializer<Byte>public void write(Byte value, VirtualizationOutput out) throws IOException
write in interface ObjectSerializer<Byte>IOExceptionpublic Byte read(VirtualizationInput in) throws IOException
read in interface ObjectSerializer<Byte>IOExceptionCopyright © 2017. All rights reserved.