public interface GlueSchemaRegistryDataFormatDeserializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(@NonNull ByteBuffer data,
@NonNull Schema schema)
De-serializes the given ByteBuffer to an Object.
|
Object deserialize(@NonNull @NonNull ByteBuffer data, @NonNull @NonNull Schema schema)
data - data to de-serialize as byte arrayschema - schema for the dataCopyright © 2025. All rights reserved.