@Documented @Retention(value=RUNTIME) @Target(value={}) public @interface ClientToServer
Serializable annotation.
Use @Serializable to mark a field or type as serializable, and @ClientToServer
to tweak the configuration of the generated api.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled |
boolean |
encrypted |
SerializationStrategy |
serializer |
public abstract SerializationStrategy serializer
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.