public static function init()
 {
     self::$classSerializableFieldsCache = new IdentityHashMap();
     self::$classCustomSerializerCache = new IdentityHashMap();
 }
 /** 
  *
  * @return HashMapUtil
  */
 public static function getClassSerializableFieldsCache()
 {
     return SerializabilityUtil::$classSerializableFieldsCache == null ? SerializabilityUtil::$classSerializableFieldsCache = new HashMapUtil() : SerializabilityUtil::$classSerializableFieldsCache;
 }