EditorDeserializationSettingsBuilder
Defines the fluent API for configuring the EditorDeserializationSettings settings.
Methods
Custom(System.Func)
Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.
Parameters
handler - System.Func<Object,Object>
The value that configures the custom action.
Custom(System.String)
Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.
Parameters
handler - System.String
The value that configures the custom action.