You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: