CGbR icon indicating copy to clipboard operation
CGbR copied to clipboard

Serialize collection

Open Toxantron opened this issue 8 years ago • 0 comments

To serialize collections I want to interfaces to the generated classes like IBinarySerializable and `IJsonSerializable`` to provide serializer classes/extensions for

IEnumerable<T> 
   where T : IBinarySerializable

Toxantron avatar Apr 25 '16 08:04 Toxantron