'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