Implementation of AspectSerializer based on the PortableFormatter, for use on any supported .NET platform.
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp.dll
Syntax
public sealed class PortableAspectSerializer : AspectSerializer
Constructors
Name | Description |
---|---|
PortableAspectSerializer() |
Methods
Name | Description |
---|---|
Deserialize(Stream, IMetadataDispenser) | Deserializes a stream into an array if aspects. |
Serialize(IAspect[], Stream, IMetadataEmitter) | Serializes an array of aspects into a stream. |