Package ch.qos.logback.core.spi
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.io.Serializable
transform(E event)
Deprecated.
-
-
-
Method Detail
-
transform
java.io.Serializable transform(E event)
Deprecated.
-
-