Interface ISerializableGraphStore
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISerializableGraphStore.Jsii$Default
- All Known Implementing Classes:
ISerializableGraphStore.Jsii$Proxy,Store
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.412Z") @Stability(Experimental) public interface ISerializableGraphStore extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for serializable graph store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceISerializableGraphStore.Jsii$DefaultInternal default implementation forISerializableGraphStore.static classISerializableGraphStore.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SGGraphStoreserialize()
-
-
-
Method Detail
-
serialize
@Stability(Experimental) @NotNull SGGraphStore serialize()
-
-