How can I create a class that takes a string and a...
# getting-started
n
How can I create a class that takes a string and any other serializable class and has a method to return itself serialised into json encoded as string?
d
Is this a #serialization question?