Embedded entity reading from originaly stored as Blob
问题 Migrating from AppEngine low level Datastore API to objectify 5: reading Entity gets an error. What i see using the Datastore Entity Tool is because the old data keeps "Ifont" as " Blob " instead and should become an " Embedded class " @Entity(name = "Mandant") public class Mandant implements IsSerializable { @Id private Long id; @Index private String nr = ""; private Ifont fontHeader; How do we read this Blob data? 回答1: How did you save the data into a Blob field in the first place? A Blob