C# Class NServiceBus.JsonMessageSerializationBinder

Inheritance: System.Runtime.Serialization.SerializationBinder
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
BindToName ( Type serializedType, string &assemblyName, string &typeName ) : void
BindToType ( string assemblyName, string typeName ) : Type
JsonMessageSerializationBinder ( IMessageMapper messageMapper, IList messageTypes = null ) : System

Method Details

BindToName() public method

public BindToName ( Type serializedType, string &assemblyName, string &typeName ) : void
serializedType System.Type
assemblyName string
typeName string
return void

BindToType() public method

public BindToType ( string assemblyName, string typeName ) : Type
assemblyName string
typeName string
return System.Type

JsonMessageSerializationBinder() public method

public JsonMessageSerializationBinder ( IMessageMapper messageMapper, IList messageTypes = null ) : System
messageMapper IMessageMapper
messageTypes IList
return System