public class HubSerializeDelegate extends Object
Constructor and Description |
---|
HubSerializeDelegate() |
Modifier and Type | Method and Description |
---|---|
protected static Object |
_readResolve(Hub thisHub)
Used by serialization when reading objects from stream.
|
protected static void |
_writeObject(Hub thisHub,
ObjectOutputStream stream)
Used by serialization to store Hub.
|
static boolean |
isResolved(Hub thisHub)
Used by OAObjectSerializeDelegate
|
static void |
replaceMasterObject(Hub thisHub,
OAObject objFrom,
OAObject objTo) |
static int |
replaceObject(Hub thisHub,
OAObject objFrom,
OAObject objTo) |
protected static void _writeObject(Hub thisHub, ObjectOutputStream stream) throws IOException
IOException
public static void replaceMasterObject(Hub thisHub, OAObject objFrom, OAObject objTo)
public static boolean isResolved(Hub thisHub)
protected static Object _readResolve(Hub thisHub) throws ObjectStreamException
ObjectStreamException
Copyright © 1999–2019 ViaOA. All rights reserved.