question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Graph: implement Serializable

See original GitHub issue

Can support be added to the new graph package classes to support java.io.Serializable?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jrtomcommented, Feb 6, 2017

@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.

1reaction
kluevercommented, Nov 18, 2016

We just discussed this in https://github.com/google/guava/issues/2645, where @jrtom asked:

We generally prefer to avoid implementing Serializable in our interfaces (see Effective Java Item 74 for some reasons why).

Can you tell us more about what you’re trying to accomplish? It may make more sense for you to do your own serialization and deserialization.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found