Shakil Siraj
Shakil Siraj
Can u provide a sample project so I can test it out?
Thanks @Orhleil. This issue baffled me a lot, could never produce it.
Can you please try 1.5.0?
Hi there, There is no limit to how deep you can go. Here are some examples you can look at: https://github.com/shakilsiraj/json-object-mapper/blob/master/src/test/DeserializeDataset.spec.ts https://github.com/shakilsiraj/json-object-mapper/blob/master/src/test/DeserializeLargeDataset3.spec.ts Can you provide a testcase that I can...
Can you please try 1.5.2 ? This should be fixed there.
MyClass?
Can you provide a complete test case please?
Hi @EhRom, Your code should be written as followed: ```typescript it("Defect 34", () => { class ServerHealthReport { @JsonProperty({ type: Date, serializer: DateSerializer }) creationDate: Date = new Date(1541585888587); @JsonProperty({...