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, serializepublic byte[] serializeWithoutTypeInfo(Integer value)
serializeWithoutTypeInfo in class SerializationUtils.Serializer<Integer>public void putTypeInfo(ByteBuffer buffer)
putTypeInfo in class SerializationUtils.Serializer<Integer>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.