public class VerificationSerializer extends Object implements Serializer<Verification>
Constructor and Description |
---|
VerificationSerializer(MockServerLogger mockServerLogger) |
Modifier and Type | Method and Description |
---|---|
Verification |
deserialize(String jsonVerification) |
String |
serialize(Verification verification) |
Class<Verification> |
supportsType() |
public VerificationSerializer(MockServerLogger mockServerLogger)
public String serialize(Verification verification)
serialize
in interface Serializer<Verification>
public Verification deserialize(String jsonVerification)
deserialize
in interface Serializer<Verification>
public Class<Verification> supportsType()
supportsType
in interface Serializer<Verification>
Copyright © 2018. All rights reserved.