| Determines if an object is serializable by lookup if it implementes java.io.Serializable.
While this implementation is quick, it may not be accurate:
a return value of true does not waranty that such an object is really serializable.
a return value of false is a 100% warranty that the object is not serializable.
This implementation recurses into Collections and Arrays.
author: Cédrik LIME |