Uses of Interface
com.s8.api.serial.S8ExplicitSerializable
Packages that use S8ExplicitSerializable
-
Uses of S8ExplicitSerializable in com.s8.api.serial
Classes in com.s8.api.serial with type parameters of type S8ExplicitSerializableModifier and TypeInterfaceDescriptioninterface
S8ExplicitSerialPrototype<S extends S8ExplicitSerializable>
An explicit serial prototype based onS8SerialPrototype<S>
-
Uses of S8ExplicitSerializable in com.s8.api.web
Methods in com.s8.api.web with type parameters of type S8ExplicitSerializableModifier and TypeMethodDescription<S extends S8ExplicitSerializable>
voidS8WebVertexOutbound.setExplicitSerializableArrayField
(String name, List<S> value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<S extends S8ExplicitSerializable>
voidS8WebVertexOutbound.setExplicitSerializableArrayField
(String name, S[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<S extends S8ExplicitSerializable>
voidS8WebVertexOutbound.setSerializableField
(String name, S value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.Methods in com.s8.api.web with parameters of type S8ExplicitSerializableModifier and TypeMethodDescription<S extends S8ExplicitSerializable>
voidS8WebVertexOutbound.setExplicitSerializableArrayField
(String name, S[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.