Encodes 'null' for the given key or id.
@override void encodeNull(String key, {int? id}) { _parent._writeObjectKey(key); _parent.encodeNull(); }