TNestingTypeSerializer Class

Represents type TNestingTypeSerializer.

Namespace: Spring.Logging.Serializers
type
 TNestingTypeSerializer = class abstract(TSerializerBase)
 end;

The TNestingTypeSerializer type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TNestingTypeSerializer class.

Create(Boolean)

Overloaded. Initializes a new instance of the TNestingTypeSerializer class.

Top
Show:
 NameDescription
UseNested

Represents property UseNested.

Top
Show:
 NameDescription
CanHandleEvent(TLogEvent)

Represents method CanHandleEvent(TLogEvent). (Overrides TLogEventConverterBase.CanHandleEvent(TLogEvent).)

CanHandleType(PTypeInfo)

Represents method CanHandleType(PTypeInfo). (Inherited from TSerializerBase.)

Execute(ILoggerController,TLogEvent)

Represents method Execute(ILoggerController,TLogEvent). (Overrides TLogEventConverterBase.Execute(ILoggerController,TLogEvent).)

HandleEvent(ILoggerController,TLogEvent)

Consume the event and return True if the event was processed. (Inherited from TLogEventConverterBase.)

Serialize(ISerializerController,TValue,Integer)

Represents method Serialize(ISerializerController,TValue,Integer). (Inherited from TSerializerBase.)

ValueToStr(TValue)

Represents method ValueToStr(TValue). (Inherited from TSerializerBase.)

Top
Show:
 NameDescription
fUseNested

Represents field fUseNested.

Top