Interface PreSerializationTransformer<E>

  • Type Parameters:
    E -
    All Known Implementing Classes:
    LoggingEventPreSerializationTransformer

    @Deprecated(since="2022-01-27")
    public interface PreSerializationTransformer<E>
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    PreSerializationTransformer instances have the responsibility to transform object into a presumably equivalent serializable representation.
    • Method Detail

      • transform

        java.io.Serializable transform​(E event)
        Deprecated.