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>
IOException
public Integer read(VirtualizationInput in) throws IOException
read
in interface ObjectSerializer<Integer>
IOException
Copyright © 2016. All rights reserved.