20#ifndef RIPPLE_PROTOCOL_SERIALIZE_H_INCLUDED 
   21#define RIPPLE_PROTOCOL_SERIALIZE_H_INCLUDED 
   23#include <xrpl/basics/strHex.h> 
   24#include <xrpl/protocol/STObject.h> 
   25#include <xrpl/protocol/Serializer.h> 
   30template <
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.