public static function init()
 {
     self::$classSerializableFieldsCache = new IdentityHashMap();
     self::$classCustomSerializerCache = new IdentityHashMap();
 }
Ejemplo n.º 2
0
 /** 
  *
  * @return HashMapUtil
  */
 public static function getClassCustomSerializerCache()
 {
     return SerializabilityUtil::$classCustomSerializerCache == null ? SerializabilityUtil::$classCustomSerializerCache = new HashMapUtil() : SerializabilityUtil::$classCustomSerializerCache;
 }