C# 클래스 ServiceStack.WebHost.Endpoints.Formats.MessagePack.MessagePackFormat

Format methods for MessagePack content type
파일 보기 프로젝트 열기: e-travel/ServiceStack.MsgPack

공개 메소드들

메소드 설명
Register ( IAppHost appHost ) : void

Initializes and register serializers

메소드 상세

Register() 공개 정적인 메소드

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