C# Class Prototype.Platform.Domain.Transitions.Mongo.MongoTransitionDataSerializer

Afficher le fichier Open project: paralect/prototype Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( BsonDocument doc, Type type ) : Object
Serialize ( Object obj ) : BsonDocument

Method Details

Deserialize() public méthode

public Deserialize ( BsonDocument doc, Type type ) : Object
doc BsonDocument
type System.Type
Résultat Object

Serialize() public méthode

public Serialize ( Object obj ) : BsonDocument
obj Object
Résultat BsonDocument