Skip to main content
AskMe (beta)
Loading icon

HSMOD.REST.SerializationPropertyParams

abstract class HSMOD.REST.SerializationPropertyParams

Property class for HSMOD.REST.SerializationProxy. This creates new property parameters that can be used in properties of serialization proxy classes.

Parameters

parameter SkipWhileDeserializing = 0;
Properties flagged as SkipWhileDeserializing = 1 will be avoided when we are de-serializing a proxy object and copying its values into the corresponding "real" object. Such properties will still be populated when serializing (that is, creating a new proxy object and populating it from the contents of the "real" object). The classic example is a calculated/computed property in a persistent class.
FeedbackOpens in a new tab