| Package | Description |
|---|---|
| xapi.dev.model |
| Modifier and Type | Method and Description |
|---|---|
ModelField |
HasModelFields.getOrMakeField(String field) |
ModelField |
ModelField.setClientToServer(xapi.annotation.model.ClientToServer clientToServer) |
ModelField |
ModelField.setKey(xapi.annotation.model.Key key) |
ModelField |
ModelField.setPersistent(xapi.annotation.model.Persistent persistent) |
ModelField |
ModelField.setSerializable(xapi.annotation.model.Serializable serializable) |
ModelField |
ModelField.setServerToClient(xapi.annotation.model.ServerToClient serverToClient) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ModelField> |
HasModelFields.getAllFields() |
Iterable<ModelField> |
HasModelFields.getAllSerializable() |
| Modifier and Type | Method and Description |
|---|---|
protected ModelGenerator.ModelSerializerResult |
ModelGenerator.writeClientSerializer(boolean balanced,
Iterable<ModelField> toClient,
Iterable<ModelField> toServer) |
protected ModelGenerator.ModelSerializerResult |
ModelGenerator.writeClientSerializer(boolean balanced,
Iterable<ModelField> toClient,
Iterable<ModelField> toServer) |
protected ModelGenerator.ModelSerializerResult |
ModelGenerator.writeServerSerializer(ModelGenerator.ModelSerializerResult result,
Iterable<ModelField> toClient,
Iterable<ModelField> toServer) |
protected ModelGenerator.ModelSerializerResult |
ModelGenerator.writeServerSerializer(ModelGenerator.ModelSerializerResult result,
Iterable<ModelField> toClient,
Iterable<ModelField> toServer) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.