@ThreadSafe object Ed25519PublicKeySerializer : Serializer<EdDSAPublicKey>
For serialising an ed25519 public key
| read |
fun read(kryo: Kryo, input: Input, type: Class<EdDSAPublicKey>): EdDSAPublicKey |
| write |
fun write(kryo: Kryo, output: Output, obj: EdDSAPublicKey): Unit |