org.mockserver.client.serialization
Interface Serializer<T>

All Known Implementing Classes:
ExpectationSerializer, HttpRequestSerializer, HttpResponseSerializer, PortBindingSerializer, VerificationSequenceSerializer, VerificationSerializer

public interface Serializer<T>

Author:
jamesdbloom

Method Summary
 T deserialize(String json)
           
 String serialize(T t)
           
 Class<T> supportsType()
           
 

Method Detail

serialize

String serialize(T t)

deserialize

T deserialize(String json)

supportsType

Class<T> supportsType()


Copyright © 2017. All rights reserved.