| Enum | Description |
|---|---|
| SerializationStrategy |
| Annotation Type | Description |
|---|---|
| ClientToServer |
Annotation specifying that a field or class will be sent from the client
(but not necessarily back from the server).
|
| DeleterFor | |
| FieldName | |
| FieldValidator | |
| GetterFor | |
| Key | |
| ModelValidator | |
| ParamValidator | |
| Persistent | |
| QuerierFor | |
| Serializable |
Marking fields or methods as serializable will cause them to be serialized upon HTTP requests.
|
| ServerToClient |
Annotation specifying that a field or class requires serializing from Model
to String, in order to send to the server.
|
| SetterFor |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.