Interface IPreFieldDeserializationHookParams
Deprecated.
Parameters for the pre deserialization hook of fields
- Since:
- 7.0.5
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getField()Deprecated.Deprecated.com.google.gson.stream.JsonReaderDeprecated.BE CAREFUL & DELIBERATE!Deprecated.Gets the state holder for setting and retrieving data.
-
Method Details
-
getFieldName
-
getField
-
getJsonReader
com.google.gson.stream.JsonReader getJsonReader()Deprecated.BE CAREFUL & DELIBERATE! when accessing values of the JSON reader since it will alter the current position in the reader which may cause errors moving forward in deserialization of entities.- Returns:
JsonReaderthat is being evaluated while processing the current field
-
getEntity
-
getFcSerializationVersion
String getFcSerializationVersion()Deprecated.- Returns:
- the formcycle version in which the entity was serialized
-
getStateHolder
IEntityDeserializationStateHolder getStateHolder()Deprecated.Gets the state holder for setting and retrieving data. The state's lifecycle is tied to the entity being serialized. In particular, state set inhandlePreFieldDeserializationHookwill be available inhandlePostEntityDeserializationHook.- Returns:
IEntityDeserializationStateHolderstate holder for the entity being processed.
-