public class OAObjectSerializeDelegate extends Object
Modifier and Type | Field and Description |
---|---|
static int |
cntDup |
static int |
cntNew |
static int |
cntSkip |
Constructor and Description |
---|
OAObjectSerializeDelegate() |
Modifier and Type | Method and Description |
---|---|
protected static void |
_readObject(OAObject oaObj,
ObjectInputStream in) |
protected static Object |
_readResolve(OAObject oaObjRead) |
protected static void |
_writeObject(OAObject oaObj,
ObjectOutputStream stream) |
protected static void |
_writeProperties(OAObject oaObj,
ObjectOutputStream stream,
OAObjectSerializer serializer,
boolean bNewObjectCache) |
public static volatile int cntDup
public static volatile int cntNew
public static volatile int cntSkip
protected static void _readObject(OAObject oaObj, ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected static Object _readResolve(OAObject oaObjRead) throws ObjectStreamException
ObjectStreamException
protected static void _writeObject(OAObject oaObj, ObjectOutputStream stream) throws IOException
IOException
protected static void _writeProperties(OAObject oaObj, ObjectOutputStream stream, OAObjectSerializer serializer, boolean bNewObjectCache) throws IOException
IOException
Copyright © 1999–2019 ViaOA. All rights reserved.