序列化数据 | Serialize data
(data: T)
| 202 | getSupportedType(): string; |
| 203 | /** 序列化数据 | Serialize data */ |
| 204 | serialize(data: T): Uint8Array; |
| 205 | /** 反序列化数据 | Deserialize data */ |
| 206 | deserialize(data: Uint8Array): T; |
| 207 | } |
no outgoing calls
no test coverage detected