Create a anonymous object and try to serialize instance via gson. The code is below
Result of execution. null result when serialize a anonymous instance
package bruce.lib.swing; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.A...
Create a anonymous object and try to serialize instance via gson. The code is below
Result of execution. null result when serialize a anonymous instance