public interface SerializerFactory
SerializerFactory
is a service which creates
Serializer
s on demand. The created serializers are the
end point for the rewriter pipeline.
The factories itself are not chained but the resulting serializers
are. On each pipeline call new instances are created.
The factory is referenced using a service property named
'pipeline.type'. Each factory should have a unique value
for this property.Modifier and Type | Method and Description |
---|---|
Serializer |
createSerializer()
Create a new serializer for the pipeline.
|
Serializer createSerializer()
Copyright © 2010 - 2020 Adobe. All Rights Reserved