ValueTypeSerializer<T>.SerializeObject Method |
Serializes an object
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract void SerializeObject( T obj, IArgumentsWriter constructorArguments )
Parameters
- obj
- Type: T
- constructorArguments
- Type: PostSharp.Serialization.IArgumentsWriter
Gives access to arguments that will be passed to the DeserializeObject(IArgumentsReader) method during deserialization.