Class StandardObjects


  • class StandardObjects
    extends java.lang.Object
    Lookup tables for classes that can be serialized using a code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.Map<java.lang.Class<?>,​java.lang.Integer> classRegsitry
      Registry of standard classes to corresponding code
      (package private) static IntObjectHashMap<java.lang.Class<?>> codeRegsitry
      Registry of codes to corresponding classes
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardObjects()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classRegsitry

        static java.util.Map<java.lang.Class<?>,​java.lang.Integer> classRegsitry
        Registry of standard classes to corresponding code
      • codeRegsitry

        static IntObjectHashMap<java.lang.Class<?>> codeRegsitry
        Registry of codes to corresponding classes
    • Constructor Detail

      • StandardObjects

        StandardObjects()