> i use class integer (Cryptopp) and i want to serialize this type
> please help

    // Random integer
    Integer i(prng, Integer::One(), Integer::Power2(64));

    std::ostringstream oss;
    oss << i;

    std::string s = oss.str();
    std::cout << s << std::endl;

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/CAH8yC8n9fQRvBjyAvNb4S5MSe%3D9RW%2Be3Ubb6w%3DN0k%2Bt6aYKtVQ%40mail.gmail.com.

Reply via email to