public static interface TransformationSourceOptions.TransformationSourceOptionsSerializer
This is primarily used when interacting with the RenditionService
with AbstractRenderingEngine's RenderContext being an implementer
of this interface.
| Modifier and Type | Method and Description |
|---|---|
TransformationSourceOptions |
deserialize(SerializedTransformationOptionsAccessor serializedOptions)
Gets the parameters from the serialized options accessor and builds a source options object.
|
void |
serialize(TransformationSourceOptions transformationSourceOptions,
java.util.Map parameters)
Serializes the given transformation source options into the given parameter map.
|
void serialize(TransformationSourceOptions transformationSourceOptions, java.util.Map parameters)
transformationSourceOptions - parameters - TransformationSourceOptions deserialize(SerializedTransformationOptionsAccessor serializedOptions)
serializedOptions - Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.