Graph: implement Serializable
See original GitHub issueCan support be added to the new graph package classes to support java.io.Serializable
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
How to serialize a graph structure? - Stack Overflow
You can build your graph using plain Java objects and then use JAXB to handle the actual serialization to XML.
Read more >Serialization Graph - an overview | ScienceDirect Topics
One standard way to prove serializability is using a directed graph that describes a history, called a serialization graph. It has one node...
Read more >Object Graph in Java Serialization - Tutorialspoint
An object graph contains a set of objects that are automatically serialized given that the object that contains the reference is serialized ......
Read more >Object Graph in Java Serialization - GeeksforGeeks
An Object Graph is the set of objects which will be serialized automatically, if the object which contains reference to them is serialized....
Read more >Serialization - Graphology
A graph is serialized as an object containing an attributes , a nodes & an edges key: object attributes : containing the attributes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mfulton26 Yes, I’m actively working on a JUNG re-release, but the migration process is taking longer than I’d hoped (in part because I’m fixing some other issues in the process, and in part because I’ve recently transferred to a new team at Google and am still ramping up).
You can watch the progress of the JUNG migration on the common.graph branch.
We just discussed this in https://github.com/google/guava/issues/2645, where @jrtom asked: