Serializing objects holding references to each other

后端 未结 0 1569
自闭症患者
自闭症患者 2021-01-04 21:48

I have got 2 simple classes, class representing a bus stop:

import java.util.List;

public class Stop {
    /**
     * lines operating this stop
     */
    p         


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