Class Formatter

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Runtime.Serialization.Formatter
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Formatter

        public Formatter​(java.lang.Object instance)
                  throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Formatter

        public Formatter()
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class NetObject
      • Deserialize

        public NetObject Deserialize​(Stream serializationStream)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Serialize

        public void Serialize​(Stream serializationStream,
                              NetObject graph)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSurrogateSelector

        public ISurrogateSelector getSurrogateSelector()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSurrogateSelector

        public void setSurrogateSelector​(ISurrogateSelector SurrogateSelector)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBinder

        public SerializationBinder getBinder()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBinder

        public void setBinder​(SerializationBinder Binder)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContext

        public StreamingContext getContext()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContext

        public void setContext​(StreamingContext Context)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable