public class SerializationDataEncoder extends Object
| Constructor and Description |
|---|
SerializationDataEncoder(GlueSchemaRegistryConfiguration schemaRegistrySerDeConfigs) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write(byte[] objectBytes,
UUID schemaVersionId)
Schema Registry header consists of following components:
1.
|
public SerializationDataEncoder(GlueSchemaRegistryConfiguration schemaRegistrySerDeConfigs)
public byte[] write(byte[] objectBytes,
UUID schemaVersionId)
objectBytes - bytes to add header to.Copyright © 2021. All rights reserved.