Usages of IValueSerializerContext
Method Return Values
| createDefaultValueSerializerContext () | in GraphMLIOHandler | Creates the default value serializer context and returns it. |
Method Parameters
| canConvertFromString (string, IValueSerializerContext) | in ValueSerializer | Determines whether this instance can convert the specified value from the given string. | |
| canConvertToString (any, IValueSerializerContext) | in ValueSerializer | Determines whether this instance can convert the specified value to a string. | |
| convertFromString (string, IValueSerializerContext) | in ValueSerializer | Converts the string to an appropriate instance. | |
| convertToString (any, IValueSerializerContext) | in ValueSerializer | Converts the given value to string. | |
| getSerializerFor (Property, IValueSerializerContext) | in ValueSerializer | Gets the ValueSerializer implementation for the given descriptor. | |
| getSerializerFor (Constructor, IValueSerializerContext) | in ValueSerializer | Gets the ValueSerializer implementation for the given type. |
Implementing Types
| GraphMLParseValueSerializerContext | Special implementation of IValueSerializerContext that should be used in a GraphML parse context. | |
| GraphMLWriteValueSerializerContext | Special implementation of IValueSerializerContext that should be used in a GraphML write context. |