Package org.burningwave.core
Class Objects
java.lang.Object
org.burningwave.core.Objects
public class Objects extends Object
-
Constructor Summary
Constructors Constructor Description Objects() -
Method Summary
Modifier and Type Method Description static Objectscreate()<S extends Serializable>
Sdeserialize(InputStream inputStream)<S extends Serializable>
SdeserializeFromPath(String absolutePath)StringgetClassId(Class<?> targetClass)StringgetCurrentId(Object target)StringgetId(Object target)StringgetStandardId(Object target)<S> voidserialize(S object, OutputStream outputStream)<S extends Serializable>
FileSystemItemserializeToPath(S object, String absolutePath)booleantoBoolean(Object object)inttoInt(Object object)longtoLong(Object object)
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
create
-
getId
-
getStandardId
-
getCurrentId
-
getClassId
-
toInt
-
toLong
-
toBoolean
-
serialize
-
deserialize
-
serializeToPath
-
deserializeFromPath
-