Interface IStructValueSerializer
public interface IStructValueSerializer
- Since:
- 3.2.0
- Author:
- Roman Kratochvil, POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptiondeserializeValue
(IObjectResolver resolver, Object refres, IContextId contextId, String featureName, Object value, IStructType type) boolean
isNullValueOrEmptyCollection
(Map value) serializeValue
(IObjectResolver resolver, Object accessor, Object context, com.polarion.subterra.base.data.object.IDataObject dao, IStructType type, Map value)
-
Method Details
-
isNullValueOrEmptyCollection
-
serializeValue
Object serializeValue(IObjectResolver resolver, Object accessor, Object context, com.polarion.subterra.base.data.object.IDataObject dao, IStructType type, Map value) -
deserializeValue
Object deserializeValue(IObjectResolver resolver, Object refres, IContextId contextId, String featureName, Object value, IStructType type)
-