Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ServiceStack
WebHost
Endpoints
Formats
MessagePack
MessagePackFormat
C# Class ServiceStack.WebHost.Endpoints.Formats.MessagePack.MessagePackFormat
Format methods for MessagePack content type
显示文件
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