public class ObjectManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Serialization.ObjectManager
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Serialization.Formatters
|
static java.lang.String |
className
Qualified class name: System.Runtime.Serialization.ObjectManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ObjectManager() |
ObjectManager(ISurrogateSelector selector,
StreamingContext context) |
ObjectManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ObjectManager, a cast assert is made to check if types are compatible. |
void |
DoFixups() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetObject |
GetObject(long objectID) |
void |
RaiseDeserializationEvent() |
void |
RaiseOnDeserializingEvent(NetObject obj) |
void |
RecordArrayElementFixup(long arrayToBeFixed,
int[] indices,
long objectRequired) |
void |
RecordArrayElementFixup(long arrayToBeFixed,
int index,
long objectRequired) |
void |
RecordArrayElementFixup(long dupParam0,
JCORefOut dupParam1,
long dupParam2) |
void |
RecordDelayedFixup(long objectToBeFixed,
java.lang.String memberName,
long objectRequired) |
void |
RecordFixup(long objectToBeFixed,
MemberInfo member,
long objectRequired) |
void |
RegisterObject(NetObject obj,
long objectID) |
void |
RegisterObject(NetObject obj,
long objectID,
SerializationInfo info) |
void |
RegisterObject(NetObject obj,
long objectID,
SerializationInfo info,
long idOfContainingObj,
MemberInfo member) |
void |
RegisterObject(NetObject obj,
long objectID,
SerializationInfo info,
long idOfContainingObj,
MemberInfo member,
int[] arrayIndex) |
void |
RegisterObject(NetObject dupParam0,
long dupParam1,
SerializationInfo dupParam2,
long dupParam3,
MemberInfo dupParam4,
JCORefOut dupParam5) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ObjectManager()
throws java.lang.Throwable
java.lang.Throwablepublic ObjectManager(ISurrogateSelector selector, StreamingContext context) throws java.lang.Throwable
java.lang.Throwablepublic ObjectManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ObjectManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ObjectManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedObjectManager instancejava.lang.Throwable - in case of error during cast operationpublic void DoFixups()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
SerializationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
MissingMemberException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionSerializationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionMissingMemberExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetObject(long objectID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void RaiseDeserializationEvent()
throws java.lang.Throwable
java.lang.Throwablepublic void RaiseOnDeserializingEvent(NetObject obj) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidOperationException
public void RecordArrayElementFixup(long arrayToBeFixed,
int[] indices,
long objectRequired)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
SerializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSerializationExceptionpublic void RecordArrayElementFixup(long arrayToBeFixed,
int index,
long objectRequired)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
SerializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSerializationExceptionpublic void RecordArrayElementFixup(long dupParam0,
JCORefOut dupParam1,
long dupParam2)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
SerializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSerializationExceptionpublic void RecordDelayedFixup(long objectToBeFixed,
java.lang.String memberName,
long objectRequired)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
SerializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSerializationExceptionpublic void RecordFixup(long objectToBeFixed,
MemberInfo member,
long objectRequired)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
SerializationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionSerializationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void RegisterObject(NetObject obj, long objectID) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, SerializationException, MulticastNotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSerializationExceptionMulticastNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionMissingMemberExceptionpublic void RegisterObject(NetObject obj, long objectID, SerializationInfo info) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, SerializationException, MulticastNotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSerializationExceptionMulticastNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionMissingMemberExceptionpublic void RegisterObject(NetObject obj, long objectID, SerializationInfo info, long idOfContainingObj, MemberInfo member) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, MulticastNotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidCastException, MissingMemberException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSerializationExceptionMulticastNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidCastExceptionMissingMemberExceptionpublic void RegisterObject(NetObject obj, long objectID, SerializationInfo info, long idOfContainingObj, MemberInfo member, int[] arrayIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, SerializationException, MulticastNotSupportedException, IndexOutOfRangeException, InvalidCastException, MissingMemberException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionSerializationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionInvalidCastExceptionMissingMemberExceptionpublic void RegisterObject(NetObject dupParam0, long dupParam1, SerializationInfo dupParam2, long dupParam3, MemberInfo dupParam4, JCORefOut dupParam5) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, SerializationException, MulticastNotSupportedException, IndexOutOfRangeException, InvalidCastException, MissingMemberException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionSerializationExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionInvalidCastExceptionMissingMemberExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject