C# Class Recipes.Wires.Contracts.DataSerializer

Inheritance: Lokad.Cqrs.Envelope.AbstractDataSerializer
Mostrar archivo Open project: gnschenker/RecipesWithCqrsAndEs

Public Methods

Method Description
DataSerializer ( ICollection knownTypes ) : System

Protected Methods

Method Description
PrepareFormatter ( Type type ) : Formatter

Method Details

DataSerializer() public method

public DataSerializer ( ICollection knownTypes ) : System
knownTypes ICollection
return System

PrepareFormatter() protected method

protected PrepareFormatter ( Type type ) : Formatter
type System.Type
return Formatter