Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
Property.getPropertyInfo()
Gets the property info.
|
Modifier and Type | Method and Description |
---|---|
static ValueSerializer |
ValueSerializer.getSerializerFor(PropertyInfo propertyInfo)
Gets the
ValueSerializer implementation for the given descriptor. |
static ValueSerializer |
ValueSerializer.getSerializerFor(PropertyInfo propertyInfo,
IValueSerializerContext context)
Gets the
ValueSerializer implementation for the given descriptor. |
ValueSerializer |
IValueSerializerContext.getValueSerializerFor(PropertyInfo p)
Gets the value serializer for a specific
PropertyInfo . |
ValueSerializer |
GraphMLWriteValueSerializerContext.getValueSerializerFor(PropertyInfo descriptor) |
ValueSerializer |
GraphMLParseValueSerializerContext.getValueSerializerFor(PropertyInfo descriptor) |
ValueSerializer |
DefaultValueSerializerContext.getValueSerializerFor(PropertyInfo descriptor) |