C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Json.CustomJsonUnMarshaller

Json Marshaller, which converts Maps (java) to a EntryX (X is a number)
Inheritance: AbstractJsonMarshaller
Mostra file Open project: openengsb/loom-csharp

Public Methods

Method Description
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

Method Details

CanConvert() public method

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
return bool

WriteJson() public method

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