Class SerializationLibrary

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.SerializationLibrary
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-17T14:54:30.188Z") @Stability(Deprecated) @Deprecated public class SerializationLibrary extends software.amazon.jsii.JsiiObject
Deprecated.
(deprecated) Serialization library to use when serializing/deserializing (SerDe) table records.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.glue.alpha.*;
 SerializationLibrary serializationLibrary = SerializationLibrary.AVRO;
 

See Also: