コード例 #1
0
 private static void Serialize(BranchNode node, ref ByteArrayStream stream)
 {
     stream.WriteBool(node.flag);
 }