Can someone tell me what is the default encoding of the serialized string generated by the usage of ObjectMapper.writeValueAsString method ??
I am assuming it should be UTF-8 because this method is used for the purpose of serializing class objects, the output of which is ideally a JSON ??
I have tried checking the documentation but i did not find any specific mention of this UTF-8 around this method.