Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
default void |
IWriteContext.serialize(Object item,
Type t)
Serializes the specified item using the provided type information.
|
<T> void |
IWriteContext.serialize(Type targetType,
IWriteContext context,
T item)
Serialize
item to an XML representation. |
protected <T> void |
GraphMLWriter.serialize(Type targetType,
IWriteContext context,
T item)
Serialize
item . |
<T> void |
ChildWriteContext.serialize(Type targetType,
IWriteContext context,
T item) |
default <T> void |
IWriteContext.serialize(Type targetType,
T item)
Serialize the
item . |
default void |
IWriteContext.serializeReplacement(Type targetType,
Object originalItem,
Object replacement)
Serialize an replacement object
replacement instead of the original originalItem . |