Using Azure Service Fabric I'm trying to serialize Immutable types in stateful services and actors. Apparently there is no support in the data contract serializer but I could add it as shown here using an IDataContractSurrogate.
Is there some way to provide the serializer with my IDataContractSurrogate?