Beispiel #1
0
 public void serialize(OutputArchive oa, String tag) throws IOException {
   scount = 0;
   serializeList(longKeyMap, oa);
   serializeNode(oa, new StringBuilder(""));
   // / marks end of stream
   // we need to check if clear had been called in between the snapshot.
   if (root != null) {
     oa.writeString("/", "path");
   }
 }