Package io.jmix.core.impl
Class StandardSerialization
java.lang.Object
io.jmix.core.impl.StandardSerialization
The serialization implementation using standard Java serialization and allowing beans to be restored on deserialization
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.beans.factory.BeanFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(byte[] bytes) byte[]
void
serialize
(Object object, OutputStream os)
-
Field Details
-
beanFactory
@Autowired protected org.springframework.beans.factory.BeanFactory beanFactory
-
-
Constructor Details
-
StandardSerialization
public StandardSerialization()
-
-
Method Details
-
serialize
-
deserialize
-
serialize
-
deserialize
-