Mathias Rørvik
08/28/2020, 10:25 PMzpearce
08/28/2020, 10:25 PMjw
08/28/2020, 10:29 PMjw
08/28/2020, 10:30 PMMathias Rørvik
08/28/2020, 10:56 PMmanlan
08/29/2020, 4:32 AMdave
08/29/2020, 7:08 AMJoost Klitsie
08/31/2020, 8:58 AMMathias Rørvik
08/31/2020, 10:38 AMMathias Rørvik
08/31/2020, 10:44 AMdata class Person(val name: String)
val person1 = Person("Jane Doe")
val person2 = Person(null) // ILLEGAL
// If GSON serializes an empty object {} you'll end up with an object like this:
// Person(name=null)
See the problem?Eric Grimsborn
08/31/2020, 1:55 PMColton Idle
08/31/2020, 7:55 PMjw
08/31/2020, 7:56 PMMathias Rørvik
08/31/2020, 7:56 PMColton Idle
08/31/2020, 7:57 PMjw
08/31/2020, 7:58 PMjw
08/31/2020, 7:59 PMColton Idle
08/31/2020, 8:02 PMjw
08/31/2020, 8:03 PM