Package org.burningwave.core
Class Objects
java.lang.Object
org.burningwave.core.Objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectscreate()<S extends Serializable>
Sdeserialize(InputStream inputStream) <S extends Serializable>
SdeserializeFromPath(String absolutePath) getClassId(Class<?> targetClass) getCurrentId(Object target) getIdOrUUIDIfNull(Object target) getStandardId(Object target) <S> voidserialize(S object, OutputStream outputStream) <S extends Serializable>
FileSystemItemserializeToPath(S object, String absolutePath) booleanintlong
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
create
-
getIdOrUUIDIfNull
-
getId
-
getStandardId
-
getCurrentId
-
getClassId
-
toInt
-
toLong
-
toBoolean
-
serialize
-
deserialize
-
serializeToPath
-
deserializeFromPath
-