ISerializerController Interface

Controller that can be used by nested serializers to convert more complex data

Namespace: Spring.Logging.Extensions
IInterface
  Spring.Logging.Extensions.ISerializerController
    Spring.Logging.Controller.TLoggerController
type
 ISerializerController = interface
 ['{6390E2C6-C415-4C7A-8FBF-975B331B90B2}']
 end;

The ISerializerController type exposes the following members.

Show:
 NameDescription
FindSerializer(PTypeInfo)

Represents method FindSerializer(PTypeInfo).

Top