PortableAspectSerializer Class |
Implementation of AspectSerializer based on the PortableFormatter, for use on any supported .NET platform.

System.Object
PostSharp.Aspects.Serialization.AspectSerializer
PostSharp.Aspects.Serialization.PortableAspectSerializer
Namespace: PostSharp.Aspects.SerializationPostSharp.Aspects.Serialization.AspectSerializer
PostSharp.Aspects.Serialization.PortableAspectSerializer
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public sealed class PortableAspectSerializer : AspectSerializer
The PortableAspectSerializer type exposes the following members.

Name | Description | |
---|---|---|
![]() | PortableAspectSerializer | Initializes a new instance of the PortableAspectSerializer class |

Name | Description | |
---|---|---|
![]() ![]() | Binder |
Gets or sets the PortableSerializationBinder used to deserialize aspects.
|

Name | Description | |
---|---|---|
![]() | Deserialize(Assembly, String, IMetadataDispenser) |
Deserializes aspects contained in a managed resource of an assembly.
(Inherited from AspectSerializer.) |
![]() | Serialize |
Serializes an array of aspects into a stream.
(Overrides AspectSerializer.Serialize(IAspect[], Stream, IMetadataEmitter).) |

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |
