@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Serialize
| Modifier and Type | Required Element and Description |
|---|---|
Serialize.Type[] |
value
A list of classes the serializer serializes.
|
public abstract Serialize.Type[] value
Copyright © 2013–2015. All rights reserved.