EntityProto proto = new EntityProto();
if (structProp.getKey() != null) {
proto.setKey(KeyTranslator.convertToPb(structProp.getKey()));
}
addPropertiesToPb(structProp.getPropertyMap(), proto);
propertyValue.setStringValueAsBytes(proto.toByteArray());
}
@Override
public EmbeddedEntity getPropertyValue(PropertyValue propertyValue) {
EntityProto proto = new EntityProto();