Say I had some already-serialized objects in a datastore (BigQuery/BigTable) and I wanted to retrieve one and pass it along to the user without having to deserialize it, fill my dto, and let SS re-serialize it. Is there a strategy to accomplish this?