Retreive all readable serializables for T. This includes properties and getters
static struct A { @serializable void a(int value) { _a = value; } @serializable int b; private int _a; }
See Implementation
Retreive all readable serializables for T. This includes properties and getters