bpsm / edn-java

a reader for extensible data notation
Eclipse Public License 1.0
100 stars 24 forks source link

Values returned by Parser should be Serializable by default #43

Closed bpsm closed 8 years ago

bpsm commented 8 years ago

For some use cases it is desirable that the Values produced by parsing EDN text be able to participate in Java Serialization.

Currently this is impossible because Keyword, Symbol, Tag, TaggedValue and DelegatingList do not implement Serializable.

bpsm commented 8 years ago

Provided by 0.4.6