C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Json.CustomJsonUnMarshaller

Json Marshaller, which converts Maps (java) to a EntryX (X is a number)
상속: AbstractJsonMarshaller
파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

메소드 설명
CanConvert ( Type objectType ) : bool

Every object gets extended with the OpenEngsbModelTail (if it is possible). This iss currently the only way to support the OpenEngsbModelTail. If you have a better way, please contact the mailing list (or send me a mail)

WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void

메소드 상세

CanConvert() 공개 메소드

Every object gets extended with the OpenEngsbModelTail (if it is possible). This iss currently the only way to support the OpenEngsbModelTail. If you have a better way, please contact the mailing list (or send me a mail)
public CanConvert ( Type objectType ) : bool
objectType System.Type
리턴 bool

WriteJson() 공개 메소드

public WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void
writer Newtonsoft.Json.JsonWriter
value object
serializer Newtonsoft.Json.JsonSerializer
리턴 void