public abstract class BaseSerializer<T> extends Object implements Serializer<T>
| Constructor and Description |
|---|
BaseSerializer(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getSerializedClass()
Returns the runtime reference to the serialized type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserialize, serializepublic Class<T> getSerializedClass()
SerializergetSerializedClass in interface Serializer<T>Copyright © 2015. All rights reserved.