public static final class TypeSerializerSerializationUtil.TypeSerializerSerializationProxy<T> extends VersionedIOReadableWritable
TypeSerializer
.Constructor and Description |
---|
TypeSerializerSerializationProxy(ClassLoader userClassLoader) |
TypeSerializerSerializationProxy(TypeSerializer<T> typeSerializer) |
Modifier and Type | Method and Description |
---|---|
TypeSerializer<T> |
getTypeSerializer() |
int |
getVersion()
Returns the version number of the object.
|
void |
read(DataInputView in)
Reads the object's internal data from the given data input view.
|
void |
write(DataOutputView out)
Writes the object's internal data to the given data output view.
|
getCompatibleVersions, getReadVersion
public TypeSerializerSerializationProxy(ClassLoader userClassLoader)
public TypeSerializerSerializationProxy(TypeSerializer<T> typeSerializer)
public TypeSerializer<T> getTypeSerializer()
public void write(DataOutputView out) throws IOException
IOReadableWritable
write
in interface IOReadableWritable
write
in class VersionedIOReadableWritable
out
- the output view to receive the data.IOException
- thrown if any error occurs while writing to the output streampublic void read(DataInputView in) throws IOException
IOReadableWritable
read
in interface IOReadableWritable
read
in class VersionedIOReadableWritable
in
- the input view to read the data fromIOException
- thrown if any error occurs while reading from the input streampublic int getVersion()
Versioned
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.