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:
Comments
Post a Comment