Skip to content

GraphMLSerializer does not serialize derived vertex/edge attributes #206

@leryss

Description

@leryss

Seems the serializer just looks at the base type of the vertex for attribute serialization. Is this by design ?

string forNode = "node";
Type nodeType = typeof(TVertex);
this.WriteAttributeDefinitions(forNode, nodeType);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions