TensorStore
tensorstore::CodecSpec::ToJsonOptions
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
            • Types
            • Data members
            • Friend functions
            • Related Types
              • CChunkLayout
              • CCodecSpec
                • Types
                  • TToJsonOptions
                • Constructors
                • Methods
                • Friend functions
              • CUnit
              • TDimensionUnitsVector
          • 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/codec_spec.h"
    using tensorstore::CodecSpec::ToJsonOptions =
       
     JsonSerializationOptions;
    using tensorstore::CodecSpec::FromJsonOptions =
       
     JsonSerializationOptions;

    JSON serialization options.

    Back to top
    Previous tensorstore::CodecSpec
    Next tensorstore::CodecSpec::CodecSpec[default]