886887888889890891892893894
} public GraphMetadata getMetadata() { // Lazy-initialize the graph metadata since it is not serialized. if (graphMetadata == null) { graphMetadata = new GraphMetadata(this); } return graphMetadata; }