C# 클래스 Prototype.Platform.Domain.Transitions.Mongo.MongoTransitionDataSerializer

파일 보기 프로젝트 열기: paralect/prototype 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( BsonDocument doc, Type type ) : Object
Serialize ( Object obj ) : BsonDocument

메소드 상세

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

public Serialize ( Object obj ) : BsonDocument
obj Object
리턴 BsonDocument