TInterfaceSerializer Class
Represents type TInterfaceSerializer
.
Spring.Logging.Extensions.TLogEventConverterBase
Spring.Logging.Serializers.TSerializerBase
Spring.Logging.Serializers.TInterfaceSerializer
type TInterfaceSerializer = class(TSerializerBase) end;
The TInterfaceSerializer type exposes the following members.
Name | Description | |
---|---|---|
Create | Initializes a new instance of the TSerializerBase class. (Inherited from TSerializerBase.) |
Name | Description | |
---|---|---|
CanHandleEvent(TLogEvent) | Represents method | |
CanHandleType(PTypeInfo) | Represents method | |
Execute(ILoggerController,TLogEvent) | Represents method | |
HandleEvent(ILoggerController,TLogEvent) | Consume the event and return | |
Serialize(ISerializerController,TValue,Integer) | Represents method | |
ValueToStr(TValue) | Represents method |