S# can serialize most .NET types automatically; for some types, however, it might be necessary to allow custom serializers, either to support them at all or to optimize their serialization for speed or memory consumption. The SerializationRegistry should mostly be ready to support custom serializers, so only the necessary APIs have to be exposed and tests have to be written.
S# can serialize most .NET types automatically; for some types, however, it might be necessary to allow custom serializers, either to support them at all or to optimize their serialization for speed or memory consumption. The
SerializationRegistryshould mostly be ready to support custom serializers, so only the necessary APIs have to be exposed and tests have to be written.