C# Class Recipes.Wires.Contracts.DataSerializer

Inheritance: Lokad.Cqrs.Envelope.AbstractDataSerializer
Afficher le fichier Open project: gnschenker/RecipesWithCqrsAndEs

Méthodes publiques

Méthode Description
DataSerializer ( ICollection knownTypes ) : System

Méthodes protégées

Méthode Description
PrepareFormatter ( Type type ) : Formatter

Method Details

DataSerializer() public méthode

public DataSerializer ( ICollection knownTypes ) : System
knownTypes ICollection
Résultat System

PrepareFormatter() protected méthode

protected PrepareFormatter ( Type type ) : Formatter
type System.Type
Résultat Formatter