public class MetadataSerializers extends Object
MetadataSerializers for specific format versions.
The serializer for a specific version can be obtained via getSerializer(int).
| Modifier and Type | Method and Description |
|---|---|
static MetadataSerializer |
getSerializer(int version)
Returns the
MetadataSerializer for the given savepoint version. |
public static MetadataSerializer getSerializer(int version)
MetadataSerializer for the given savepoint version.version - Savepoint version to get serializer forIllegalArgumentException - If unknown savepoint versionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.