| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client | |
| com.github.nmorel.gwtjackson.client.deser.bean |
| Modifier and Type | Method and Description |
|---|---|
TypeDeserializationInfo |
JsonDeserializerParameters.getTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
JsonDeserializerParameters |
JsonDeserializerParameters.setTypeInfo(TypeDeserializationInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
TypeDeserializationInfo.addTypeInfo(Class<S> clazz,
String typeInfo) |
protected TypeDeserializationInfo<T> |
AbstractBeanJsonDeserializer.initTypeInfo()
Initialize the
TypeDeserializationInfo. |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractBeanJsonDeserializer.deserializeObject(JsonReader reader,
JsonDeserializationContext ctx,
JsonDeserializerParameters params,
IdentityDeserializationInfo identityInfo,
TypeDeserializationInfo typeInfo,
String type,
Map<String,String> bufferedProperties)
Deserializes all the properties of the bean.
|
T |
AbstractBeanJsonDeserializer.deserializeSubtype(JsonReader reader,
JsonDeserializationContext ctx,
JsonDeserializerParameters params,
IdentityDeserializationInfo identityInfo,
TypeDeserializationInfo typeInfo,
String typeInformation,
Map<String,String> bufferedProperties) |
Copyright © 2014. All Rights Reserved.