CPubKey::Serialize

Implement serialization, as if this was a byte vector.

Synopsis

Declared in <pubkey.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sThe output stream to write to.