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,
Map<String,Serializable> parameters)
Serializes the given transformation source options into the given parameter map.
|
void serialize(TransformationSourceOptions transformationSourceOptions, Map<String,Serializable> parameters)
transformationSourceOptions - parameters - TransformationSourceOptions deserialize(SerializedTransformationOptionsAccessor serializedOptions)
serializedOptions - Copyright © 2015 Alfresco Software. All rights reserved.