ISerializerDiscoverer Interface |
Exposes a method that allows implementations
of the interface to discover serializer types
for each type being serialized.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface ISerializerDiscoverer
The ISerializerDiscoverer type exposes the following members.
Name | Description | |
---|---|---|
DiscoverSerializers |
Invoked by once for every type that needs to be serialized,
before is invoked.
|
Only implementations of may implement this interface.