Table of Contents

Class ConversionMetadata

Namespace
ActivityPub.Types.Conversion.Overrides
Assembly
ActivityPub.Types.dll

Context for a particular JSON conversion operation. Singleton - created once and reused for entire graph.

public class ConversionMetadata
Inheritance
ConversionMetadata
Derived
Inherited Members

Properties

JsonSerializerOptions

JSON serializer options in use for the conversion. MUST be passed on - do not assume default values!

public required JsonSerializerOptions JsonSerializerOptions { get; init; }

Property Value

JsonSerializerOptions

TypeMap

TypeMap of the object being converted.

public required TypeMap TypeMap { get; init; }

Property Value

TypeMap