public PropertyDatabaseDeserializerAttribute(PropertyDatabaseType type) { this.type = type; }
public PropertyDatabaseDeserializer(PropertyDatabaseType type, PropertyDeserializerHandler handler) { this.type = type; this.handler = handler; }
public static bool DeserializerExists(PropertyDatabaseType type) { return(s_Deserializers.ContainsKey(type)); }