0

I would like to be able to use NodaTime entities in some NServiceBus messages, however, the built-in xml serialization does not support them. Is there are straight-forward way to add my own serializers for specific types as part of the endpoint configuration?

Dan Liebster
  • 455
  • 5
  • 22

1 Answers1

1

NServiceBus does not currently support that. You would have to replace the whole serializer.

John Simons
  • 4,288
  • 23
  • 41