Click or drag to resize

ISetupSerializationBuilder Methods

The ISetupSerializationBuilder type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodParseMessageTemplates
Enable/disables the NLog Message Template Parsing:

- True = Always use NLog mesage-template-parser and formatting.

- False = Never use NLog-parser and only use string.Format (Disable support for message-template-syntax).

- Null = Auto detection of message-template-syntax, with fallback to string.Format (Default Behavior).

(Defined by SetupSerializationBuilderExtensions.)
Public Extension MethodRegisterJsonConverter
Overrides the active IJsonConverter with a new custom implementation
(Defined by SetupSerializationBuilderExtensions.)
Public Extension MethodRegisterObjectTransformation(Type, Func<Object, Object>)Overloaded.
Registers object Type transformation from dangerous (massive) object to safe (reduced) object
(Defined by SetupSerializationBuilderExtensions.)
Public Extension MethodRegisterObjectTransformation<T>(Func<T, Object>)Overloaded.
Registers object Type transformation from dangerous (massive) object to safe (reduced) object
(Defined by SetupSerializationBuilderExtensions.)
Public Extension MethodRegisterValueFormatter
Overrides the active IValueFormatter with a new custom implementation
(Defined by SetupSerializationBuilderExtensions.)
Top
See Also