org.commonjava.tensor.io.json
Class EGraphFactsSer

java.lang.Object
  extended by org.commonjava.tensor.io.json.EGraphFactsSer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<org.apache.maven.graph.effective.ref.EGraphFacts>, com.google.gson.JsonSerializer<org.apache.maven.graph.effective.ref.EGraphFacts>

public class EGraphFactsSer
extends Object
implements com.google.gson.JsonSerializer<org.apache.maven.graph.effective.ref.EGraphFacts>, com.google.gson.JsonDeserializer<org.apache.maven.graph.effective.ref.EGraphFacts>


Constructor Summary
EGraphFactsSer()
           
 
Method Summary
 org.apache.maven.graph.effective.ref.EGraphFacts deserialize(com.google.gson.JsonElement src, Type typeInfo, com.google.gson.JsonDeserializationContext ctx)
           
 com.google.gson.JsonElement serialize(org.apache.maven.graph.effective.ref.EGraphFacts src, Type typeInfo, com.google.gson.JsonSerializationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGraphFactsSer

public EGraphFactsSer()
Method Detail

deserialize

public org.apache.maven.graph.effective.ref.EGraphFacts deserialize(com.google.gson.JsonElement src,
                                                                    Type typeInfo,
                                                                    com.google.gson.JsonDeserializationContext ctx)
                                                             throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<org.apache.maven.graph.effective.ref.EGraphFacts>
Throws:
com.google.gson.JsonParseException

serialize

public com.google.gson.JsonElement serialize(org.apache.maven.graph.effective.ref.EGraphFacts src,
                                             Type typeInfo,
                                             com.google.gson.JsonSerializationContext ctx)
Specified by:
serialize in interface com.google.gson.JsonSerializer<org.apache.maven.graph.effective.ref.EGraphFacts>


Copyright © 2013. All Rights Reserved.