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.98.0 (build 00b106d)", date="2024-05-08T21:35:15.792Z") @Stability(Experimental) public class SerializationLibrary extends software.amazon.jsii.JsiiObject
(experimental) 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: