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