C# 클래스 Recipes.Wires.Contracts.DataSerializer

상속: Lokad.Cqrs.Envelope.AbstractDataSerializer
파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 메소드들

메소드 설명
DataSerializer ( ICollection knownTypes ) : System

보호된 메소드들

메소드 설명
PrepareFormatter ( Type type ) : Formatter

메소드 상세

DataSerializer() 공개 메소드

public DataSerializer ( ICollection knownTypes ) : System
knownTypes ICollection
리턴 System

PrepareFormatter() 보호된 메소드

protected PrepareFormatter ( Type type ) : Formatter
type System.Type
리턴 Formatter