public class ValueChangeTypeAdapter extends ChangeTypeAdapter<ValueChange>
ChangeTypeAdapter.PropertyChangeStub| Constructor and Description |
|---|
ValueChangeTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ValueChange |
fromJson(com.google.gson.JsonElement json,
com.google.gson.JsonDeserializationContext context) |
Class |
getValueType() |
com.google.gson.JsonElement |
toJson(ValueChange change,
com.google.gson.JsonSerializationContext context) |
appendCommitMetadata, createJsonObject, deserializeAffectedCdoId, deserializeStubgetValueTypespublic ValueChange fromJson(com.google.gson.JsonElement json, com.google.gson.JsonDeserializationContext context)
fromJson in interface JsonTypeAdapter<ValueChange>fromJson in class ChangeTypeAdapter<ValueChange>json - not null and not JsonNullcontext - use it to invoke default deserialization on the specified objectpublic com.google.gson.JsonElement toJson(ValueChange change, com.google.gson.JsonSerializationContext context)
toJson in interface JsonTypeAdapter<ValueChange>toJson in class ChangeTypeAdapter<ValueChange>change - not nullcontext - use it to invoke default serialization on the specified objectpublic Class getValueType()
getValueType in class ChangeTypeAdapter<ValueChange>Copyright © 2014. All rights reserved.