class PropertyModelSerializationImpl<T> extends java.lang.Object implements PropertySerialization<T>
| Constructor and Description |
|---|
PropertyModelSerializationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSerialize(T value)
Determines if a value should be serialized
|
public boolean shouldSerialize(T value)
PropertySerializationshouldSerialize in interface PropertySerialization<T>value - the value to check