Home Applications DynamicObject Adapter

DynamicObject Adapter

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
132
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
An adapter that enables you to "serialize" and "deserialize" class instances to and from a DynamicObject. It supports array and list properties. See github for more information.

What's new in this version

First Release

Cache, Ensemble and IRIS DynamicObject adapter

A package of classes that can “serialize” and “deserialize” class instances to and from DynamicObject instances

Key Features
  • “Serialize” any object that extends from the adapter into a DynamicObject.
  • “Deserialize” a DynamicObject to an instance of an object that extends the adapter.
  • Serialize embedded object references recursively.
  • Block the projection of a property.
  • Control how arrays are projected. As objects (native) or JSON arrays (jsonarray)
  • Populate arrays and lists of serial objects within another object in a songle call.

Installation

Import into yout project. Compile the MasterLib.Util.DynamicObject package prior to compiling the classes where it will be used.

Examples

See the Examples.DynamicObject package for usage examples.

Read more
Version
1.0.009 Oct, 2018
Category
Solutions
Works with
CachéEnsembleInterSystems IRIS
First published
09 Oct, 2018
Last checked by moderator
18 Mar, 2024Works