"Feel a limit to speeding up the data storage process"
"Want to suppress the amount of communication data of smartphone game"
"Tired of the limitations of serializable data types"
That trouble, ByteClap may be able to solve it!
ByteClap is a library for building static serializer. ByteClap has the following features.
・It runs much faster than standard serializerWhy do not you review the serialization process with the sophisticated function of ByteClap and improve your game more attractive?
For details, please see the official site of ByteClap
※ Static Serializer
It refers to a serializer of a method in which information required for serialization is programmatically described without using a technique of dynamically analyzing and generating a program such as reflection or expression trees.
※ Standard Serializer
We compared it with the following serializer.
・JsonUtility
・BinaryFormatter
・DataContractSerializer
・XmlSerializer
※ Intermediate Convert function
A function that executes the conversion process only for the accessed field at the timing when the field of the conversion target object is accessed.Since the conversion process of the entire target object is only a copy of byte data, it works very fast.