Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Updated JsonNetBodyDeserializer.cs to support array types #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 11, 2017

  1. Updated JsonNetBodyDeserializer.cs to detect array types and deserial…

    …ize into them by generating methods to convert from List<T> to T[] using List<T>'s ToArray method.
    
    Added associated unit tests to JsonNetBodyDeserializerFixture.cs.
    logiclrd committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    1816d80 View commit details
    Browse the repository at this point in the history