breese / trial.protocol

Network wire protocols
11 stars 4 forks source link

Isn't boost::serialization::nvp missing in serialization support? #47

Closed vinipsmaker closed 3 years ago

vinipsmaker commented 3 years ago

Reference: https://www.boost.org/doc/libs/1_69_0/libs/serialization/doc/wrappers.html#nvp

breese commented 3 years ago

Yes, it is missing. nvp seems to be mainly useful for XML-like structures, so I did not bother.