Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 181 Bytes

gava-deserializer

Java object de-serialize algorithm implementation in golang

Example

g := gava.NewGavaDeserilizer(javaSerializedBytes)
parsedObject := g.Parse()