C# Class Composable.CQRS.EventSourcing.MicrosoftSQLServer.SqlServerDebugEventStoreEventSerializer

Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes publiques

Свойство Type Description
JsonSettings Newtonsoft.Json.JsonSerializerSettings

Méthodes publiques

Méthode Description
Deserialize ( Type eventType, string eventData ) : IAggregateRootEvent
Serialize ( object @event, Formatting formatting ) : string

Method Details

Deserialize() public méthode

public Deserialize ( Type eventType, string eventData ) : IAggregateRootEvent
eventType System.Type
eventData string
Résultat IAggregateRootEvent

Serialize() public méthode

public Serialize ( object @event, Formatting formatting ) : string
@event object
formatting Formatting
Résultat string

Property Details

JsonSettings public_oe static_oe property

public static JsonSerializerSettings,Newtonsoft.Json JsonSettings
Résultat Newtonsoft.Json.JsonSerializerSettings