com.android.ide.common.blame
Class SourceFragmentPositionRange.Serializer

java.lang.Object
  extended by com.android.ide.common.blame.SourceFragmentPositionRange.Serializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<SourceFragmentPositionRange>
Enclosing class:
SourceFragmentPositionRange

public static class SourceFragmentPositionRange.Serializer
extends java.lang.Object
implements com.google.gson.JsonSerializer<SourceFragmentPositionRange>


Constructor Summary
SourceFragmentPositionRange.Serializer()
           
 
Method Summary
 com.google.gson.JsonElement serialize(SourceFragmentPositionRange position, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFragmentPositionRange.Serializer

public SourceFragmentPositionRange.Serializer()
Method Detail

serialize

public com.google.gson.JsonElement serialize(SourceFragmentPositionRange position,
                                             java.lang.reflect.Type type,
                                             com.google.gson.JsonSerializationContext jsonSerializationContext)
Specified by:
serialize in interface com.google.gson.JsonSerializer<SourceFragmentPositionRange>