public void Write(IFormatWriter writer, object instance)
 {
     _migrator.Write(writer, instance);
     _serializer.Write(writer, instance);
 }