C# Class Eventing.EventSerializer.Formatter

Datei anzeigen Open project: phillipknauss/CqrsSiteEngine

Public Properties

Property Type Description
ContractName string
DeserializeDelegate object>.Func
SerializeDelegate Stream>.Action

Public Methods

Method Description
Formatter ( string name, object>.Func deserializerDelegate, Stream>.Action serializeDelegate ) : System

Method Details

Formatter() public method

public Formatter ( string name, object>.Func deserializerDelegate, Stream>.Action serializeDelegate ) : System
name string
deserializerDelegate object>.Func
serializeDelegate Stream>.Action
return System

Property Details

ContractName public_oe property

public string ContractName
return string

DeserializeDelegate public_oe property

public Func DeserializeDelegate
return object>.Func

SerializeDelegate public_oe property

public Action SerializeDelegate
return Stream>.Action