When mapping Java data object to Flex value objects the code works even though the java classes do not implement Serializable.
So even though code will work without it, should it? As in is it good practise to make sure that all data object classes implement Serializable when you wish to use BlazeDS for mapping.
What are the benifits if any to implementing Serializable?