frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
54 stars 36 forks source link

Object model classes do not implement Serializable #104

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

Not sure how big a deal this is, but it does prevent one from putting a Gedcom file in an HTTPSession and having it be replicated in a clustered server environment, or being reconstituted after a restart in a single server environment.

frizbog commented 8 years ago

When the object model is converted to Javabeans, the beans should probably also implement java.io.Serializable at that point. See issue #83.

frizbog commented 8 years ago

Working on this in branch v3-development.

frizbog commented 8 years ago

Released in v3.0.0