www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Serialize/Deserialize Tuple

reply Steve Biedermann <steve.biedermann.privat gmail.com> writes:
I'm trying to send data over the network. On the receiving side, 
I need a tuple of the sent values. Is there any way to achieve 
this?
Aug 19 2016
parent Edwin van Leeuwen <edder tkwsping.nl> writes:
On Friday, 19 August 2016 at 09:55:32 UTC, Steve Biedermann wrote:
 I'm trying to send data over the network. On the receiving 
 side, I need a tuple of the sent values. Is there any way to 
 achieve this?
Depends on the format the data is send in. There are a number of serialization/deserialization libraries: binary: https://github.com/atilaneves/cerealed Others: http://code.dlang.org/search?q=serial+painlessjson+cerealed
Aug 19 2016