Skip to content

7.0.0-beta04

Pre-release
Pre-release
Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 07 Nov 22:48
· 125 commits to master since this release
fa7ce89
  • Added ValueObjectFactoryAttribute to create another factory method, which can alter the serialization as well
  • Moved method Validate to a new interface IValueObjectFactory and added a new parameter of type IFormatProvider
  • ValueObjectModelBinderProvider looks for a string-based IValueObjectFactory before falling back to the type of the key-property
  • ValueObjectFactoryAttribute can alter the serialization
  • Moved the method GetKey from IKeyedValueObject to IValueObjectConverter and renamed it to ToValue