Class ClassInfo

java.lang.Object
com.jme3.network.service.rmi.ClassInfo

public final class ClassInfo extends Object
Internal information about a shared class. This is the information that is sent over the wire for shared types.
  • Constructor Details

    • ClassInfo

      public ClassInfo()
      For serialization only.
    • ClassInfo

      public ClassInfo(short typeId, Class type)
  • Method Details