| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client | |
| com.github.nmorel.gwtjackson.client.ser.bean |
| Modifier and Type | Method and Description |
|---|---|
IdentitySerializationInfo |
JsonSerializerParameters.getIdentityInfo() |
| Modifier and Type | Method and Description |
|---|---|
JsonSerializerParameters |
JsonSerializerParameters.setIdentityInfo(IdentitySerializationInfo identityInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdentitySerializationInfo<T,I>
Contains identity informations for serialization process.
|
class |
PropertyIdentitySerializationInfo<T>
Contains identity informations for serialization process.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdentitySerializationInfo<T> |
AbstractBeanJsonSerializer.initIdentityInfo()
Initialize the
IdentitySerializationInfo. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanJsonSerializer.serializeObject(JsonWriter writer,
T value,
JsonSerializationContext ctx,
IdentitySerializationInfo identityInfo,
TypeSerializationInfo typeInfo,
Set<String> ignoredProperties)
Serializes all the properties of the bean.
|
Copyright © 2014. All Rights Reserved.