public class UUIDValidator extends Object implements ITypeValidator
Constructor and Description |
---|
UUIDValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSerializable(Object obj)
Validate if the given object is serializable.
|
public boolean isSerializable(Object obj)
ITypeValidator
ex)
if([something])
return true;
else
return super.ITypeValidator.isSerializable(Object)
isSerializable
in interface ITypeValidator
obj
- obj to check