Special implementation of IValueSerializerContext that should be used in a GraphML write context.
Implements
- I
- I
Members
No filters for this type
Constructors
Creates a new instance that wraps context
Creates a new instance that wraps
contextParameters
- context: IWriteContext
- The current write context
Properties
Gets or sets the parent object if such an object currently exists.
Gets or sets the parent object if such an object currently exists.
final
Methods
Gets the value serializer for a specific type.
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.
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 IWriteContext for this serviceType, otherwise null
Returns the wrapped IWriteContext for this serviceType, otherwise
nullParameters
- serviceType: Constructor<T>
- The serviceType
Return Value
- T
- the wrapped IWriteContext for this serviceType, otherwise
null