Improved im/export for contact entries (?)
parent
2c18d9f77b
commit
38dae9a6bf
|
|
@ -65,8 +65,8 @@ public class ContactEntry implements Serializable {
|
|||
// @Column(name = "ENTRY_KEY", length = 255, nullable = false)
|
||||
@OneToOne
|
||||
@JoinColumn(name = "CONTACT_ENTRY_KEY_ID")
|
||||
@JsonSerialize(using = ContactEntryKeyJsonSerializer.class)
|
||||
@JsonDeserialize(using = ContactEntryKeyJsonDeserializer.class)
|
||||
// @JsonSerialize(using = ContactEntryKeyJsonSerializer.class)
|
||||
// @JsonDeserialize(using = ContactEntryKeyJsonDeserializer.class)
|
||||
private ContactEntryKey key;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue