MessageJsonConverter Class
Represents a JsonConverter to convert Messages to and from JSON.
Inheritance Hierarchy
System.Object
JsonConverter
JsonConverter.Message.
TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters.MessageJsonConverter
Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public class MessageJsonConverter : JsonConverter<Message>
The MessageJsonConverter type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets a MessageJsonConverter with advanced conversions to and from Value enabled to convert Messages to and from JSON. | |
|
CanRead |
(Inherited from JsonConverter.) |
|
CanWrite |
(Inherited from JsonConverter.) |
|
Obsolete. Gets a MessageJsonConverter to convert Values to and from JSON. | |
|
Gets a MessageJsonConverter to convert Values to and from JSON. |
Methods
|
Name |
Description |
---|---|---|
|
CanConvert |
(Inherited from JsonConverter.Message..) |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
ReadJson(JsonReader, Type, Object, JsonSerializer) |
(Inherited from JsonConverter.Message..) |
|
ReadJson(JsonReader, Type, Message, Boolean, JsonSerializer) |
(Overrides JsonConverter.ReadJson(JsonReader, Type, UTP, Boolean, JsonSerializer).) |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
WriteJson(JsonWriter, Object, JsonSerializer) |
(Inherited from JsonConverter.Message..) |
|
(Overrides JsonConverter.WriteJson(JsonWriter, UTP, JsonSerializer).) |