Fundamentals
    Preparing search index...

    Class ValueMapJsonConverter

    JSON converter for ValueMap type.

    Note: ValueMap deserialization is handled separately by JsonSerializer.deserializeValueMapFromField based on field metadata to properly deserialize keys and values according to their types. The read() method is not used directly during normal deserialization.

    Hierarchy (View Summary)

    Index
    • Sets the required helper functions from JsonSerializer to avoid circular dependencies.

      Parameters

      • serializeMapKey: (key: any) => string
      • convertTypesOnInstance: (instance: any) => any

      Returns void