AspectSerializer.Serialize Method |
Serializes an array of aspects into a stream.
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract void Serialize( IAspect[] aspects, Stream stream, IMetadataEmitter metadataEmitter )
Parameters
- aspects
- Type: PostSharp.Aspects.IAspect[]
Array of aspects to be serialized. - stream
- Type: System.IO.Stream
Stream into which aspects have to be serialized. - metadataEmitter
- Type: PostSharp.Reflection.IMetadataEmitter
A metadata emitter for the current module.