RE: [Acdk-developer] Re: Read Java objects from file
Brought to you by:
kommer
|
From: Roger R. K. <ko...@ar...> - 2003-08-01 12:44:49
|
Hi, > > I'm currently playing around with acdk. > > > > I'm stuck at the serialization tests. Could you give me a simple > > example of how to > > - read objects from a java file > > - save the values as variables > > > > I don't need to do an object mapping. I just have to be > able to read > > the file. > > Have a look at the unit test for the java serialization: > acdk_java/test/acdk/java/serialization/acdk_java_serialization > _Basics_Te > st.cpp I've just find a bug in handling unicode character (like umlauts) in the java compatible serialization. In the current version it will not work expected. I will have fixed this in the next snapshot. Roger |