When I want to passing message (Server to Client or Just out put field to File) I have to serialize there field.
1st. import from java.io.Serializable
2nd. implement "Serializable" to all of message Field class.
I can accede just serialized field and just basic field (int, double, float, etc....)
But, this is not all.
I have to do more.....maybe....
1st. import from java.io.Serializable
2nd. implement "Serializable" to all of message Field class.
I can accede just serialized field and just basic field (int, double, float, etc....)
But, this is not all.
I have to do more.....maybe....
Comments