Skip to content

Brine2DSnapshotContext.DictionaryStringJsonElement Property

Definition

Namespace: Brine2D.ECS.Serialization

Defines the source generated JSON serialization contract metadata for a given type.

C#
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.Dictionary<string,System.Text.Json.JsonElement>> DictionaryStringJsonElement { get; }

Property Value

System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.Dictionary<System.String,System.Text.Json.JsonElement>>