Namespace Unity.Serialization.Json.Adapters | Serialization | 1.1.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Namespace Unity.Serialization.Json.Adapters

    Structs

    JsonMigrationContext

    A migration context used to deserialize and migrate types.

    Interfaces

    IJsonAdapter

    Base interface for json adapters.

    IJsonAdapter<TValue>

    Implement this interface to override serialization and deserialization behaviour for a given type.

    IJsonMigration

    Base interface used to hold a reference to a typed IJsonMigration<TValue>.

    IJsonMigration<TValue>

    Interface used to describe how a specified type should be migrated from one version to another.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX