Learn How to use StateScript
In this section you will learn
Starter Tutorials
Advanced Tutorials
- Providing Pseudo type Names (Advanced)
- Providing Custom Object Provider (Advanced)
- Extending Object type Provider (Advanced)
Extra Information About this serializer
Following are some of Advantages of this type of serializer
- This Provides easy access to everything being serialized
- You can also make custom type provider which can serialize and deserialize that type
- You can also provide pseudo type name for cross language serialization and deserialization
- It also has memory management tools in order to be saved from stack overflow errors
- This is very useful when some types are not marked serializable. You cannot modify some source code and so this has native ability to serialize any type of objects
Following are its disadvantages
- It does not have very high performance and so it decrease performance
- It serializes objects in very large amount of data and so serializing object may be so large to have memory of 800kb
- This can be reduced by using gzip compression