C

GraphMLParseValueSerializerContext

Special implementation of IValueSerializerContext that should be used in a GraphML parse context.

Members

No filters for this type

Constructors

Creates a new instance that wraps context

Parameters

context: IParseContext
The current write context

Properties

Gets or sets the parent object if such an object currently exists.
final

Methods

Gets the value serializer for a specific type.

Parameters

type: Constructor
The type to obtain a serializer for.

Return Value

ValueSerializer
A serializer or null.
Gets the value serializer for a specific Property.

Parameters

property: Property
The descriptor of the property.

Return Value

ValueSerializer
A serializer or null.
Returns the wrapped IParseContext for this serviceType, otherwise null

Parameters

serviceType: Constructor<T>
The serviceType

Return Value

T
the wrapped IParseContext for this serviceType, otherwise null

Implements

ILookup.lookup