Opc.Ua.Core
UsingReversibleEncoding<T> Method (JsonEncoder)



Opc.Ua Namespace > JsonEncoder Class : UsingReversibleEncoding<T> Method
Syntax
'Declaration
 
<ObsoleteAttribute("Non/Reversible encoding is deprecated. Use UsingAlternateEncoding instead to support new encoding types.")>
Public Sub UsingReversibleEncoding(Of T)( _
   ByVal action As Action(Of String,T), _
   ByVal fieldName As String, _
   ByVal value As T, _
   ByVal useReversibleEncoding As Boolean _
) 
'Usage
 
Dim instance As JsonEncoder
Dim action As Action(Of String,T)
Dim fieldName As String
Dim value As T
Dim useReversibleEncoding As Boolean
 
instance.UsingReversibleEncoding(Of T)(action, fieldName, value, useReversibleEncoding)
[Obsolete("Non/Reversible encoding is deprecated. Use UsingAlternateEncoding instead to support new encoding types.")]
public void UsingReversibleEncoding<T>( 
   Action<string,T> action,
   string fieldName,
   T value,
   bool useReversibleEncoding
)
[Obsolete("Non/Reversible encoding is deprecated. Use UsingAlternateEncoding instead to support new encoding types.")]
public:
void UsingReversibleEncodinggeneric<typename T>
( 
   Action<String^,T^>^ action,
   String^ fieldName,
   T^ value,
   bool useReversibleEncoding
) 

Parameters

action
fieldName
value
useReversibleEncoding

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonEncoder Class
JsonEncoder Members