PostSharpAPI ReferencePost­Sharp.​Aspects.​SerializationPortable­Aspect­Serializer
Open sandboxFocus

PortableAspectSerializer Class

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

Inheritance
PortableAspectSerializer
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.

See Also