public static class SerializationUtils.IntSerializer extends SerializationUtils.Serializer<Integer>
Constructor and Description |
---|
IntSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
putTypeInfo(ByteBuffer buffer) |
byte[] |
serializeWithoutTypeInfo(Integer value) |
getTypeInfoSize, serialize
public byte[] serializeWithoutTypeInfo(Integer value)
serializeWithoutTypeInfo
in class SerializationUtils.Serializer<Integer>
public void putTypeInfo(ByteBuffer buffer)
putTypeInfo
in class SerializationUtils.Serializer<Integer>
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.