@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SerializeWith
| Modifier and Type | Optional Element and Description |
|---|---|
int |
id
The serialization ID.
|
Class<? extends TypeSerializer> |
serializer
The serializer with which to serialize objects of this class.
|
public abstract Class<? extends TypeSerializer> serializer
Copyright © 2013–2015. All rights reserved.