[ Version ( deprecated = true , deprecated_since = "0.18" , replacement = "GXml.GomHashThreeMap" ) ]
public class SerializableTreeMap<K,V> : TreeMap<K,V>, Serializable, SerializableCollection
Warning: SerializableTreeMap is deprecated since 0.18. Use GXml.GomHashThreeMap.
Serializable Framework. A Serializable objects container based on Gee.TreeMap. It requires to dump to a GXml.Document or parse a pre-parsed XML tree GXml.Document. See GXml.Collection to avoid pre/post parsing processes.
It uses a key and value store implementing Gee.TreeMap interface. It implements Serializable and SerializableCollection interfaces.