/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ package org.opensearch.knn.index.codec.util; public enum SerializationMode { ARRAY, COLLECTION_OF_FLOATS }