performance - Efficient way to serialize/de-serialize List of Objects to byte[] c# -


i looking processing/memory efficient , simple technique serialize/deserialize list of objects (like list byte[] , vice-verse. came know google uses protobuf , there similar ports available c#. need know efficient , simple way of serializing , de-serializing list of objects.

here can find serialization protocol comparison... here results:

serialization comparison


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -