Edoardo Luppi
05/16/2024, 8:27 PMAlexander Sysoev
05/17/2024, 8:19 AMRPCClient
. There are no official guidelines on how to do properly yet, but you can look at KRPCClient
where our own protocol is used. Inside your RPCClient
you can use whatever method of transportation and serialization you want.Alexander Sysoev
05/17/2024, 8:22 AM@Serializable
annotation form kotlinx.serialization and there is currently no way of adding your own annotations if they are needed. But still, can use our own implementation of StringFormat
or BinaryFormat
from kotlinx.serialization with these classesEdoardo Luppi
05/17/2024, 8:25 AMAlexander Sysoev
05/17/2024, 8:26 AM