#data-serialization

[ follow ]
Bootstrapping
fromHackernoon
1 month ago

Can You Patch a Protobuf File? Not Really-and Here's Why | HackerNoon

Directly patching serialized data in Protobuf is impractical; efficient modifications require a read-modify-write cycle.
Python
fromMouse Vs Python
1 month ago

Parsing XML Comments with Python - Mouse Vs Python

Python's xml module can be used to uncomment lines in XML, but requires a custom parser with insert_comments set to True.
[ Load more ]