public class MWDefaultMarshalingRules extends Object implements MWMarshalingRules
MWMarshalingRules. User's extend this
class when defining custom marshaling rules.
The default implementation returns an empty list of structs that can be marshalled.DEFAULT_STRUCT_TYPES| Constructor and Description |
|---|
MWDefaultMarshalingRules() |
| Modifier and Type | Method and Description |
|---|---|
List<Class> |
getStructTypes()
Get the list of user defined Java classes that represent a MATLAB struct
|
public List<Class> getStructTypes()
getStructTypes in interface MWMarshalingRulesCopyright © 2015–2021. All rights reserved.