Uses of Interface
software.amazon.jsii.JsiiSerializable
Packages that use JsiiSerializable
-
Uses of JsiiSerializable in software.amazon.jsii
Classes in software.amazon.jsii that implement JsiiSerializableModifier and TypeClassDescriptionclassRepresents a JavaScript object in the Java world.Methods in software.amazon.jsii with type parameters of type JsiiSerializableModifier and TypeMethodDescriptionstatic <T extends JsiiSerializable>
TUnsafeCast.unsafeCast(JsiiObject value, Class<T> target) Unsafely obtains a view on a given value as an instance of an interface annotated with theJsii.Proxyannotation.