new Serializable( [property])
Associates a serialization property defintion to a member
Usage restriction
- Only for member level (see gpf.attributes.MemberAttribute)
- Only once (see gpf.attributes.UniqueAttribute)
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
property |
gpf.typedef.serializableProperty |
<optional> |
Serializable property definition |
- Since:
-
- 0.2.8
Throws:
Extends
Methods
-
getClassConstructor()
-
GET accessor for
Class constructore the attribute was set on
- Since:
-
- 0.2.8
- Inherited From:
Returns:
Class constructore the attribute was set on
- Type
- function | undefined
-
getMemberName()
-
GET accessor for
Class member name the attribute was set on (or undefined if at class level)
- Since:
-
- 0.2.8
- Inherited From:
Returns:
Class member name the attribute was set on (or undefined if at class level)
- Type
- String | undefined
-
getProperty()
-
GET accessor for
Serializable property definition
- Since:
-
- 0.2.8
Returns:
Serializable property definition