Package-level declarations

Types

Link copied to clipboard
object Compiler

Functions

Link copied to clipboard
fun makeFileDescriptor(stream: InputStream): Descriptors.FileDescriptor

获取消息的文件描述

Link copied to clipboard
fun marshallMessage(fileDescriptor: Descriptors.FileDescriptor, json: String): ByteArray

序列化消息

Link copied to clipboard
fun unmarshallMessage(fileDescriptor: Descriptors.FileDescriptor, data: ByteArray): String

反序列化消息