Skip to content

Serialization

ivano scifoni edited this page Jan 25, 2018 · 3 revisions

On SharpBatch, developer can configure serialization system to use on response step. Default configuration for serialization is Json, but you can choice between :

  • SharpBatch.Serialization.Json
  • SharpBatch.Serialization.Xml
  • SharpBatch.Serialization.DataContract

If you need other serialization system not implemented you can define your custom serializer. SharpBatch defines an abstraction layer that you can implement and register on IoC at application start up. You can find documentation on this page.

Clone this wiki locally