Re: Has any C library to parse JAVA serialized object string?
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Mon, 03 Apr 2006 21:45:23 -0500
On Mon, 03 Apr 2006 21:41:01 +0800, MMiGG <mmigg69@xxxxxxxxxxx> wrote
in comp.lang.c:
Hi
Our project need parse JAVA serialized object string in C, has any library?
Thanx
C does not define an interface to any other language, and that
includes Java. If by serialized, you mean written to a file as plain
text, C has standard library functions for opening files, reading text
from them, and primitives that can be used for parsing that text.
If you mean C and Java programs actually passing data to each other
directly while executing at the same time, you are off-topic here. Try
comp.lang.java.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- References:
- Prev by Date: Re: Trying to understand character arrays.
- Next by Date: Re: getch() and getche()
- Previous by thread: Has any C library to parse JAVA serialized object string?
- Next by thread: Re: Has any C library to parse JAVA serialized object string?
- Index(es):
Relevant Pages
|