SnowBank SDK SnowBank SDK
/
EN
  • Overview
  • FoundationDB
    • Introduction
    • Setup
      • Prerequisites
      • How it connects
      • Cluster setup
    • Getting Started
    • Aspire
      • Overview
      • Getting Started
      • How-to
      • Reference
    • Guide
      • Overview
      • Keys & Layers
        • Overview
        • How-to
      • Transactions
        • Overview
        • How-to
        • Reference
      • Advanced Layers
        • How it works
        • Building layers
  • SnowBank
    • Overview
    • Slices & Buffers
    • Tuples
    • JSON
      • Overview
      • Getting Started
      • Usage
      • Reference
    • XML
  • Release notes
    • 7.4.6
    • 7.4.5
    • 7.4.4
    • 7.4.3
  • API Reference
    • Overview
    • FoundationDB.Aspire
    • FoundationDB.Aspire.Hosting
    • FoundationDB.Client
    • SnowBank.Core

IJsonConverter<T>

Namespace: SnowBank.Data.Json · interface

Implements: IJsonConverter, IJsonSerializer<T>, IJsonDeserializer<T>, IJsonPacker<T>

Bundle interface that is implemented by source-generated encoders

Remarks

This interfaces bundles IJsonSerializer, IJsonDeserializer and IJsonPacker, so that it is easier to provide APIs that take a single instance, that is able to both encode and decode JSON without needing two or three different parameters.

In this article
  • Remarks