Skip to content

Serialization

Hamed ZVand edited this page Oct 2, 2019 · 1 revision

Serialization provides a global default serializer for the Alamut tool-set through SerializerProvider

How to set default Serializer (optional)

By calling the SerializerProvider.SetDefaultSerializer() at the startup of the app you can set the default serilizer.
The current default Serializer is MessagePack

Providers

Custom Provider

If you want to use your own Serializer, Implement ISerializer and set it by calling SerializerProvider.SetDefaultSerializer() method.