class PG::RecordCoder

def to_h

def to_h
	{ **super,
		type_map: type_map,
	}
end