Kurlyk
Loading...
Searching...
No Matches
cryptox Namespace Reference

Classes

struct  ProxyConfig
 Configuration structure for connecting through a proxy server. More...
 

Functions

void to_json (nlohmann::json &j, const ProxyConfig &config)
 Serializes ProxyConfig to JSON.
 
void from_json (const nlohmann::json &j, ProxyConfig &config)
 Deserializes ProxyConfig from JSON.
 

Function Documentation

◆ from_json()

void cryptox::from_json ( const nlohmann::json & j,
ProxyConfig & config )
inline

Deserializes ProxyConfig from JSON.

Definition at line 116 of file ProxyConfig.hpp.

◆ to_json()

void cryptox::to_json ( nlohmann::json & j,
const ProxyConfig & config )
inline

Serializes ProxyConfig to JSON.

Definition at line 106 of file ProxyConfig.hpp.