2005/5/9
-- ACDK API Docs Namespaces acdk acdk::java acdk::java::serialization ClassTypeMapping members See also: ClassTypeMapping.cpp ClassTypeMapping.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ClassTypeMapping.h>
List of all members.
[inline]
[inline, static]
[static]
Name of the ACDK class.
For example: acdk/lang/StringBuffer
Name of the acdk super class.
if no superclass (or acdk::lang::Object)
classSerialVersionUID of the array version of the class
classSerialVersionUID used by java
Serialization flags as a combination of ClassDescFlags.
Name of the java name.
For example: java/lang/StringBuffer
Name of the java super class.
if no superclass (or java.lang.acdk::lang::Object)
used internally
If read_func is no 0 this function will be called to read an ACDK object from a java serialized object stream.
After creating the result object before reading any member objects call in->registerNewObject(newObject) with the new created object.
If write_func is no 0 this function will be called to write an ACDK object to a java serialized object stream.