Package io.vertx.core.shareddata
Interface ClusterSerializable
-
- All Known Subinterfaces:
Buffer
- All Known Implementing Classes:
JsonArray
,JsonObject
,NodeInfo
,RegistrationInfo
public interface ClusterSerializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
readFromBuffer(int pos, Buffer buffer)
Method invoked when deserializing bytes to this instance.void
writeToBuffer(Buffer buffer)
Method invoked when serializing this instance.
-