org.jfrog.build.extractor.clientConfiguration.util
Class JsonSerializer<T>

java.lang.Object
  extended by org.jfrog.build.extractor.clientConfiguration.util.JsonSerializer<T>

public class JsonSerializer<T>
extends java.lang.Object

Since:
15/02/12

Constructor Summary
JsonSerializer()
           
 
Method Summary
 java.lang.String toJSON(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSerializer

public JsonSerializer()
Method Detail

toJSON

public java.lang.String toJSON(T object)
                        throws java.io.IOException
Throws:
java.io.IOException