FfiConverterTypeRemoteSettings

object FfiConverterTypeRemoteSettings : FfiConverter<RemoteSettings, <Error class: unknown class>>

Functions

Link copied to clipboard
open override fun allocationSize(value: RemoteSettings): ULong
Link copied to clipboard
open override fun lift(value: <Error class: unknown class>): RemoteSettings
Link copied to clipboard
Link copied to clipboard
open override fun lower(value: RemoteSettings): <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
open override fun read(buf: ByteBuffer): RemoteSettings
Link copied to clipboard
open override fun write(value: RemoteSettings, buf: ByteBuffer)