Package org.bson.codecs.pojo
Interface PropertySerialization<T>
- Type Parameters:
T- the type of the property.
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An interface allowing a
PropertyModel to determine if a value should be serialized.- Since:
- 3.5
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldSerialize(T value) Deprecated.Determines if a value should be serialized
-
Method Details
-
shouldSerialize
Deprecated.Determines if a value should be serialized- Parameters:
value- the value to check- Returns:
- true if the value should be serialized
-