@Internal public abstract class TypeSerializerSingleton<T> extends TypeSerializer<T>
| Constructor and Description |
|---|
TypeSerializerSingleton() |
| Modifier and Type | Method and Description |
|---|---|
TypeSerializerSingleton<T> |
duplicate()
Creates a deep copy of this serializer if it is necessary, i.e.
|
boolean |
equals(Object obj) |
int |
hashCode() |
canEqual, copy, copy, copy, createInstance, deserialize, deserialize, getLength, isImmutableType, serializepublic TypeSerializerSingleton<T> duplicate()
TypeSerializerduplicate in class TypeSerializer<T>public int hashCode()
hashCode in class TypeSerializer<T>public boolean equals(Object obj)
equals in class TypeSerializer<T>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.