Name: Anonymous 2012-10-12 5:36
What would you use for representing messsages in java netcode?
>1. Serializable message objects
>2. Json/xml strings
>3. Build your own command language a´ command [attr1, attr2]
>4. Imitate c structs in some way.
Im thinking about going with 1, but i guess it means it's gonna be a
very java specific implementation, maybe not the best if i want to, for example,
rewrite the server in python later.
What do you think?
>1. Serializable message objects
>2. Json/xml strings
>3. Build your own command language a´ command [attr1, attr2]
>4. Imitate c structs in some way.
Im thinking about going with 1, but i guess it means it's gonna be a
very java specific implementation, maybe not the best if i want to, for example,
rewrite the server in python later.
What do you think?