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