From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinesh Subject: Serialization in C Date: Wed, 05 Dec 2007 22:50:33 +0530 Message-ID: <4756DDE1.3020508@yahoo.co.in> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Hello, I'm using graph and tree represented in linked list structure in my C program.. I have to save them while running the program to retrieve later. Is there any C libraries available to serialize these structures... My search became a vain attempt.. It will be fine if I get some relevant information..