Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Serializable _types

Clas_ses that may be converted to/from an variant. More...

Classes

class  fc::exception
 Used to generate a useful error report when an exception is thrown. More...
 
class  fc::unhandled_exception
 re-thrown whenever an unhandled exception is caught.Any exceptions thrown by 3rd party libraries that are not caught get wrapped in an unhandled_exception exception. More...
 

Detailed Description

To make a class 'serializable' the following methods must be available for your Serializable_type

void to_variant( const Serializable_type& e, variant& v );
void from_variant( const variant& e, Serializable_type& ll );
void from_variant(const fc::variant &v, sysio::chain::chain_id_type &cid)
void to_variant(const sysio::chain::shared_public_key &var, fc::variant &vo)
Definition authority.cpp:4