[This KA was unapproved and obsolete when migrated.] Can AE messages,MData or MTree can be stored directly into a database(using serialization) ?

[This KA was unapproved and obsolete when migrated.] Can AE messages,MData or MTree can be stored directly into a database(using serialization) ?

book

Article ID: KB0086053

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
Please note that Java Serialization is not supported in SDK and we strongly recommend against persisting AERV messages by customer. The serialize methods which you find in MData are only used to convert the MData object into an MTree object. If you want to store the data you obtained from a message, you would need to store the individual data fields in a database.

Issue/Introduction

[This KA was unapproved and obsolete when migrated.] Can AE messages,MData or MTree can be stored directly into a database(using serialization) ?