TensorStore
tensorstore::Context::ToJsonOptions
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
            • Types
              • TToJsonOptions
              • CSpec
              • CResource
            • Constructors
            • Methods
            • Conversion operators
            • Friend functions
            • Related Types
          • CSchema
          • CSpec
          • CTensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/context.h"
    using tensorstore::Context::ToJsonOptions = JsonSerializationOptions;
    using tensorstore::Context::FromJsonOptions =
       
     JsonSerializationOptions;

    JSON serialization options.

    Back to top
    Previous tensorstore::Context
    Next tensorstore::Context::Spec