ITypeSerializer Interface

Serializer that can convert some types to string

Namespace: Spring.Logging.Extensions
IInterface
  Spring.Logging.Extensions.ITypeSerializer
    Spring.Logging.Serializers.TSerializerBase
type
 ITypeSerializer = interface
 ['{CF783059-AD29-468C-8BAF-F2FE0EAE6FE7}']
 end;

The ITypeSerializer type exposes the following members.

Show:
 NameDescription
CanHandleType(PTypeInfo)

Represents method CanHandleType(PTypeInfo).

Serialize(ISerializerController,TValue,Integer)

Represents method Serialize(ISerializerController,TValue,Integer).

Top