protected function doUnserialize(array $json)
 {
     // consult parent for further unserialization
     parent::doUnserialize($json);
     $this->unserializeArrayEntities('mappings', Bf_PricingComponentValueMigrationAmendmentMapping::getClassName(), $json);
 }