Interface Jsonable
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ClassEntity,ClassNode,FieldEntity,InterfaceNode,MemberEntity,MethodEntity,Node,RefMemberEntity
public interface Jsonable extends java.io.SerializableCreated by yangzhiqian on 2020-03-03
Desc:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(com.google.gson.stream.JsonReader jsonReader, com.google.gson.Gson gson)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.Gson gson)
-
-
-
Method Detail
-
read
void read(com.google.gson.stream.JsonReader jsonReader, com.google.gson.Gson gson) throws java.io.IOException- Throws:
java.io.IOException
-
write
void write(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.Gson gson) throws java.io.IOException- Throws:
java.io.IOException
-
-