Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValueSerializerContext
Special implementation of
IValueSerializerContext that should be used in a GraphML context. |
class |
GraphMLParseValueSerializerContext
Special implementation of
IValueSerializerContext that should be used in a GraphML parse context. |
class |
GraphMLWriteValueSerializerContext
Special implementation of
IValueSerializerContext that should be used in a GraphML write context. |
Modifier and Type | Method and Description |
---|---|
protected IValueSerializerContext |
GraphMLIOHandler.createDefaultValueSerializerContext()
Creates the default value serializer context and returns it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ValueSerializer.canConvertFromString(String value,
IValueSerializerContext context)
Determines whether this instance can convert the specified value from the given string.
|
boolean |
ValueSerializer.canConvertToString(Object value,
IValueSerializerContext context)
Determines whether this instance can convert the specified value to a string.
|
Object |
ValueSerializer.convertFromString(String value,
IValueSerializerContext context)
Converts the string to an appropriate instance.
|
String |
ValueSerializer.convertToString(Object o,
IValueSerializerContext context)
Converts the given value to string.
|
static ValueSerializer |
ValueSerializer.getSerializerFor(PropertyInfo propertyInfo,
IValueSerializerContext context)
Gets the
ValueSerializer implementation for the given descriptor. |
static ValueSerializer |
ValueSerializer.getSerializerFor(Type type,
IValueSerializerContext context)
Gets the
ValueSerializer implementation for the given type. |