79151087

Date: 2024-11-02 16:33:44
Score: 2
Natty:
Report link

If you want to deserialize a json file into its subclass, you need to manually judge its type and use is or something to convert it into the corresponding subclass. because deserialization itself cannot determine what type your data was originally, the data that cannot be deserialized will be discarded and processed manually.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Grual