C# Class ServiceStack.WebHost.Endpoints.Formats.MessagePack.MessagePackFormat

Format methods for MessagePack content type
Show file Open project: e-travel/ServiceStack.MsgPack

Public Methods

Method Description
Register ( IAppHost appHost ) : void

Initializes and register serializers

Method Details

Register() public static method

Initializes and register serializers
public static Register ( IAppHost appHost ) : void
appHost IAppHost The app host object to register with.
return void