Click or drag to resize

BootstrapperModulesSerializer Class

Serializer configuration
Inheritance Hierarchy
SystemObject
  Crosser.ServerBootstrapperModulesSerializer

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static class Serializer

The BootstrapperModulesSerializer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSerializer
Returns the serializer mapped to a specific name. The default JSON-serializer is returned by default.
Public methodStatic memberRegisterSerializer
Register a custom serializer
Top
See Also