takawitter / trie4j

PATRICIA, Double Array, LOUDS Trie implementations for Java
Apache License 2.0
174 stars 31 forks source link

Support for serialization in portable format #8

Open takawitter opened 10 years ago

takawitter commented 10 years ago

Because Trie4J uses Java serialization mechanism, serialized data can't be used from other platform such as JavaScript. To enable other language read serialized data, portable binary format should be defined and implemented.

working branch of this issue is https://github.com/takawitter/trie4j/tree/enh-serialize-portableform