Custom JSON serializer not working
Hello
I have a custom serializer i cannot get to work.
When I use the model in a controller, it just gives me null.
It is the following class I try to serialize
I want to be able to use the following input
This is my serializer.
Is should just take the string, and wrap it in a ExternalId
I have tried to put break points in here also, but they are never reached
And last, this is where I add my serializer
I have a custom serializer i cannot get to work.
When I use the model in a controller, it just gives me null.
It is the following class I try to serialize
I want to be able to use the following input
This is my serializer.
Is should just take the string, and wrap it in a ExternalId
I have tried to put break points in here also, but they are never reached
And last, this is where I add my serializer