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

Mostrar archivo Open project: paralect/prototype Class Usage Examples

Public Methods

Method Description
Deserialize ( BsonDocument doc, Type type ) : Object
Serialize ( Object obj ) : BsonDocument

Method Details

Deserialize() public method

public Deserialize ( BsonDocument doc, Type type ) : Object
doc BsonDocument
type System.Type
return Object

Serialize() public method

public Serialize ( Object obj ) : BsonDocument
obj Object
return BsonDocument