How to identify a specific object byte offset value and extract it directly from a serialized binary file?

前端 未结 0 462
独厮守ぢ
独厮守ぢ 2021-02-01 13:11

I have the following:

public class Building implements Serializable {
    int buildingID;
    String buildingName;
    List personList;

    ...
}
c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题