Opc.Ua.Core
IJsonEncoder Interface Members
Properties  Methods 

Opc.Ua Namespace : IJsonEncoder Interface

The following tables list the members exposed by IJsonEncoder.

Public Properties
 NameDescription
 Property The message context associated with the encoder. (Inherited from Opc.Ua.IEncoder)
 Property The type of JSON encoding being used.  
 Property The type of encoding being used. (Inherited from )
 Property Force the Json encoder to encode namespace URI instead of namespace Index in NodeIds.  
 Property If the encoder is configured to produce a reversible encoding. (Inherited from )
Top
Public Methods
 NameDescription
 Method Completes writing and returns the encoded length. (Inherited from Opc.Ua.IEncoder)
 Method Completes writing and returns the encoded text. (Inherited from )
 Method (Inherited from )
 Method Encodes a message with its header. (Inherited from )
 Method Pop the array from the encoder stack.  
 Method Pops a namespace from the namespace stack. (Inherited from )
 Method Pop the structure from the encoder stack.  
 Method Push the begin of an array on the encoder stack.  
 Method Pushes a namespace onto the namespace stack. (Inherited from )
 Method Push the begin of a structure on the encoder stack.  
 Method Sets the mapping tables to use during decoding. (Inherited from )
 Method Call an IEncoder action where the alternate encoding type is applied before the call to the Action and restored before return.  
 Method Call an IEncoder action where the reversible encoding is applied before the call to the Action and restored before return.  
 Method Encode an array according to its valueRank and BuiltInType (Inherited from )
 Method Writes a boolean to the stream. (Inherited from )
 Method Writes a boolean array to the stream. (Inherited from )
 Method Writes a byte to the stream. (Inherited from )
 Method Writes a byte array to the stream. (Inherited from )
 Method Writes a byte string to the stream. (Inherited from )
 Method Writes a byte string array to the stream. (Inherited from )
 Method Writes an DataValue array to the stream. (Inherited from )
 Method Writes an DataValue array to the stream. (Inherited from )
 Method Writes a UTC date/time to the stream. (Inherited from )
 Method Writes a UTC date/time array to the stream. (Inherited from )
 Method Writes an DiagnosticInfo to the stream. (Inherited from )
 Method Writes an DiagnosticInfo array to the stream. (Inherited from )
 Method Writes a double to the stream. (Inherited from )
 Method Writes a double array to the stream. (Inherited from )
 Method Writes an encodeable object to the stream. (Inherited from )
 Method Writes an encodeable object array to the stream. (Inherited from )
 Method Writes an enumerated value array to the stream. (Inherited from )
 Method Writes an enumerated value array to the stream. (Inherited from )
 Method Writes an ExpandedNodeId to the stream. (Inherited from )
 Method Writes an ExpandedNodeId array to the stream. (Inherited from )
 Method Writes an ExtensionObject to the stream. (Inherited from )
 Method Writes an extension object array to the stream. (Inherited from )
 Method Writes a float to the stream. (Inherited from )
 Method Writes a float array to the stream. (Inherited from )
 Method Writes a GUID to the stream. (Inherited from )
 Method Writes a GUID array to the stream. (Inherited from )
 Method Writes a short to the stream. (Inherited from )
 Method Writes a short array to the stream. (Inherited from )
 Method Writes an int to the stream. (Inherited from )
 Method Writes a int array to the stream. (Inherited from )
 Method Writes a long to the stream. (Inherited from )
 Method Writes a long array to the stream. (Inherited from )
 Method Writes an LocalizedText to the stream. (Inherited from )
 Method Writes an LocalizedText array to the stream. (Inherited from )
 Method Writes an NodeId to the stream. (Inherited from )
 Method Writes an NodeId array to the stream. (Inherited from )
 Method Writes an QualifiedName to the stream. (Inherited from )
 Method Writes an QualifiedName array to the stream. (Inherited from )
 Method Writes a sbyte to the stream. (Inherited from )
 Method Writes a sbyte array to the stream. (Inherited from )
 Method Writes an StatusCode to the stream. (Inherited from )
 Method Writes an StatusCode array to the stream. (Inherited from )
 Method Writes a string to the stream. (Inherited from )
 Method Writes a string array to the stream. (Inherited from )
 Method Writes a ushort to the stream. (Inherited from )
 Method Writes a ushort array to the stream. (Inherited from )
 Method Writes a uint to the stream. (Inherited from )
 Method Writes a uint array to the stream. (Inherited from )
 Method Writes a ulong to the stream. (Inherited from )
 Method Writes a ulong array to the stream. (Inherited from )
 Method Writes an Variant array to the stream. (Inherited from )
 Method Writes an Variant array to the stream. (Inherited from )
 Method Writes an XmlElement to the stream. (Inherited from )
 Method Writes a XmlElement array to the stream. (Inherited from )
Top
See Also

Reference

IJsonEncoder Interface
Opc.Ua Namespace