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



Opc.Ua Namespace > IJsonEncoder Interface : UsingReversibleEncoding<T> Method
Call an IEncoder action where the reversible encoding is applied before the call to the Action and restored before return.
Syntax
'Declaration
 
<ObsoleteAttribute("Non/Reversible encoding is deprecated. Use UsingAlternateEncoding instead to support new encoding types.")>
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 IJsonEncoder
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.")]
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.")]
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

IJsonEncoder Interface
IJsonEncoder Members