Class SerializationLibrary

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.597Z") @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.*;
 SerializationLibrary serializationLibrary = SerializationLibrary.AVRO;
 

See Also: