public interface UpcasterChain
SerializedObject
to the most recent revision of that payload. The intermediate representation required by each of the upcasters is
converted using converters provided by a converterFactory.
Upcasters for different object types may be merged into a single chain, as long as the order of related upcasters
can be guaranteed.Modifier and Type | Method and Description |
---|---|
List<SerializedObject> |
upcast(SerializedObject serializedObject,
UpcastingContext upcastingContext)
Pass the given
serializedObject through the chain of upcasters. |
List<SerializedObject> upcast(SerializedObject serializedObject, UpcastingContext upcastingContext)
serializedObject
through the chain of upcasters. The result is a list of zero or
more serializedObjects representing the latest revision of the payload object.serializedObject
- the serialized object to upcastupcastingContext
- the container of properties of the Message transporting the object being upcastCopyright © 2010-2014. All Rights Reserved.