Companion
Types
Link copied to clipboard
class CustomMessageFullDataDeserializeInternalException(cause: Throwable?) : RuntimeException
Content copied to clipboard
Link copied to clipboard
class CustomMessageFullDataDeserializeUserException(val body: ByteArray, cause: Throwable?) : RuntimeException
Content copied to clipboard
Functions
Link copied to clipboard
fun <M : CustomMessage> dump(factory: CustomMessage.Factory<M>, message: M): ByteArray
Content copied to clipboard
Link copied to clipboard