Hi Tanweer, You didn't mention which language you're using, but I'm guessing C++ or Java. You can pare down the full library by using the lite runtime -- see details here:
https://developers.google.com/protocol-buffers/docs/proto#options Hope this helps, Josh On Tuesday, February 9, 2016 at 11:06:59 AM UTC-8, Tanweer Alam wrote: > > Hi, > I have a situation in which I specifically require only Deserialize From > serializedArray functionality. I already have the serialized data.. Is it > possible (any defined way) in which I can have portion of protobuf library > instead of full libprotobuf or do I need pick classes from full source and > use it. > > TIA > tanweer > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
