コード例 #1
0
 public static function init()
 {
     self::$classSerializableFieldsCache = new IdentityHashMap();
     self::$classCustomSerializerCache = new IdentityHashMap();
 }
コード例 #2
0
 /** 
  *
  * @return HashMapUtil
  */
 public static function getClassSerializableFieldsCache()
 {
     return SerializabilityUtil::$classSerializableFieldsCache == null ? SerializabilityUtil::$classSerializableFieldsCache = new HashMapUtil() : SerializabilityUtil::$classSerializableFieldsCache;
 }