Interface PropertySerialization<T>

Type Parameters:
T - the type of the property.

@Deprecated(since="2022-10-31") public interface PropertySerialization<T>
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 Type
    Method
    Description
    boolean
    Deprecated.
    Determines if a value should be serialized
  • Method Details

    • shouldSerialize

      boolean shouldSerialize(T value)
      Deprecated.
      Determines if a value should be serialized
      Parameters:
      value - the value to check
      Returns:
      true if the value should be serialized