mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-26 23:23:17 +01:00
Switch from Java serialization to JSON for memcache storage.
This commit is contained in:
@@ -5,7 +5,7 @@ import org.hibernate.validator.constraints.NotEmpty;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class SignedPreKey extends PreKeyV2 implements Serializable {
|
||||
public class SignedPreKey extends PreKeyV2 {
|
||||
|
||||
@JsonProperty
|
||||
@NotEmpty
|
||||
|
||||
Reference in New Issue
Block a user