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