Borrar filtros
Borrar filtros

JAXB serialization of MWarray types in java?

1 visualización (últimos 30 días)
Peter
Peter el 19 de Jun. de 2015
Editada: Peter el 23 de Jun. de 2015
We're looking to expose MATLAB models as a web service and it in our situation using JAXB serialization of MWarray has some advantages. Anyone done this or know if it's supported? Nothing in the MATLAB compiler SDK documentation on it. To be clear, we're looking for something cross platform compatible and not just any old serialization. java.io.Serializable is not the answer.

Respuestas (1)

Gitesh Nandre
Gitesh Nandre el 22 de Jun. de 2015
com.mathworks.extern.java.MWArray implements java.io.Serializableizable, so serialization of it should not be a problem. However, it has some native components. To check which fields are serializable from MWArray class, refer to the following MATLAB documentation:
  1 comentario
Peter
Peter el 23 de Jun. de 2015
We're looking for something cross platform compatible. We've used java.io.Serializable but that's not it.

Iniciar sesión para comentar.

Categorías

Más información sobre Java Package Integration en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by