KryoConverters serializer in python

I want to develope this code in python: Base64Encoder.encodeUrlSafe(ZipUtil.zlib(KryoConverters.serialize(this), 9))

i found kotlin code in this repo: https://github.com/SagerNet/SagerNet/blob/dev/app/src/main/java/io/nekohasekai/sagernet/fmt/UniversalFmt.kt

base64encode and zlib will have no problem. But i can't find any KryoConverters library. How can i do that?

Upvotes: 0

Views: 383

Answers (0)

Related Questions