1#ifndef XRPL_PROTOCOL_SERIALIZE_H_INCLUDED
2#define XRPL_PROTOCOL_SERIALIZE_H_INCLUDED
4#include <xrpl/basics/strHex.h>
5#include <xrpl/protocol/STObject.h>
6#include <xrpl/protocol/Serializer.h>
11template <
class Object>
Blob const & peekData() const
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Blob serializeBlob(Object const &o)
Serialize an object to a blob.
std::string serializeHex(STObject const &o)
Serialize an object to a hex string.
std::string strHex(FwdIt begin, FwdIt end)
std::vector< unsigned char > Blob
Storage for linear binary data.