Class GraphPersistenceProvider

  • All Implemented Interfaces:
    org.gephi.project.spi.WorkspaceBytesPersistenceProvider, org.gephi.project.spi.WorkspacePersistenceProvider

    public class GraphPersistenceProvider
    extends Object
    implements org.gephi.project.spi.WorkspaceBytesPersistenceProvider
    • Field Detail

      • GRAPHSTORE_SERIALIZATION_GRAPHMODEL_CONFIG_ID

        private static final int GRAPHSTORE_SERIALIZATION_GRAPHMODEL_CONFIG_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • GraphPersistenceProvider

        public GraphPersistenceProvider()
    • Method Detail

      • writeBytes

        public void writeBytes​(DataOutputStream stream,
                               org.gephi.project.api.Workspace workspace)
        Specified by:
        writeBytes in interface org.gephi.project.spi.WorkspaceBytesPersistenceProvider
      • readBytes

        public void readBytes​(DataInputStream stream,
                              org.gephi.project.api.Workspace workspace)
        Specified by:
        readBytes in interface org.gephi.project.spi.WorkspaceBytesPersistenceProvider
      • getIdentifier

        public String getIdentifier()
        Specified by:
        getIdentifier in interface org.gephi.project.spi.WorkspacePersistenceProvider