Interface IPostEntityDeserializationParams
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Gets the state holder for setting and retrieving data.
-
Method Details
-
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.
-