I guess `PolicySerializer.list` does the right thi...
# serialization
j
I guess
PolicySerializer.list
does the right thing, however I need to figure out how to register it
n
you do not register it.. you use that when you call json.parse(), the default is the try to get the right thing using reflection (on the jvm) bur because of type erasure it cannot give you a list of a specific type
so you have to provide it the serializer to use