public class MWDefaultMarshalingRules extends java.lang.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 |
---|---|
java.util.List<java.lang.Class> |
getStructTypes()
Get the list of user defined Java classes that represent a MATLAB struct
|
public java.util.List<java.lang.Class> getStructTypes()
getStructTypes
in interface MWMarshalingRules
Copyright 2010-2016 The MathWorks, Inc.