org.mockserver.client.serialization
Class VerificationSerializer

java.lang.Object
  extended by org.mockserver.client.serialization.VerificationSerializer

public class VerificationSerializer
extends Object

Author:
jamesdbloom

Constructor Summary
VerificationSerializer()
           
 
Method Summary
 Verification deserialize(String jsonVerification)
           
 String serialize(Verification verification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationSerializer

public VerificationSerializer()
Method Detail

serialize

public String serialize(Verification verification)

deserialize

public Verification deserialize(String jsonVerification)


Copyright © 2015. All rights reserved.