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

Format methods for MessagePack content type
Afficher le fichier Open project: e-travel/ServiceStack.MsgPack

Méthodes publiques

Méthode Description
Register ( IAppHost appHost ) : void

Initializes and register serializers

Method Details

Register() public static méthode

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