| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client | |
| com.github.nmorel.gwtjackson.client.ser.bean |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdSerializer<?> |
JsonSerializationContext.getObjectId(Object object) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSerializationContext.addObjectId(Object object,
ObjectIdSerializer<?> id) |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdSerializer<?> |
IdentitySerializationInfo.getObjectId(T bean,
JsonSerializationContext ctx) |
ObjectIdSerializer<?> |
PropertyIdentitySerializationInfo.getObjectId(T bean,
JsonSerializationContext ctx) |
abstract ObjectIdSerializer<I> |
AbstractIdentitySerializationInfo.getObjectId(T bean,
JsonSerializationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValueBeanJsonSerializer.serializeObject(JsonWriter writer,
T value,
JsonSerializationContext ctx,
Set<String> ignoredProperties,
IdentitySerializationInfo identityInfo,
ObjectIdSerializer<?> idWriter,
String typeName,
String typeInformation) |
protected void |
AbstractBeanJsonSerializer.serializeObject(JsonWriter writer,
T value,
JsonSerializationContext ctx,
Set<String> ignoredProperties,
IdentitySerializationInfo identityInfo,
ObjectIdSerializer<?> idWriter,
String typeName,
String typeInformation)
Serializes all the properties of the bean in a json object.
|
Copyright © 2016. All Rights Reserved.