Closed bkuehnert closed 4 years ago
This code was lazily copied from the serializer code, in which we want to hold off from deserializing lazy fields when serializing. Since we are printing to text, we actually need to deserialize. So, this check for lazy fields is bad.
Closing. #157 fixes the bug
This code was lazily copied from the serializer code, in which we want to hold off from deserializing lazy fields when serializing. Since we are printing to text, we actually need to deserialize. So, this check for lazy fields is bad.