Package com.ibm.icu.message2
Class MFSerializer
- java.lang.Object
-
- com.ibm.icu.message2.MFSerializer
-
@Deprecated public class MFSerializer extends Object
Deprecated.This API is for technology preview only.This class serializes a MessageFormat 2 data modelMFDataModel.Message
to a string, with the proper MessageFormat 2 syntax.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Constructor Summary
Constructors Constructor Description MFSerializer()
Deprecated.This API is for technology preview only.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
dataModelToString(MFDataModel.Message message)
Deprecated.This API is for technology preview only.
-
-
-
Constructor Detail
-
MFSerializer
@Deprecated public MFSerializer()
Deprecated.This API is for technology preview only.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Method Detail
-
dataModelToString
@Deprecated public static String dataModelToString(MFDataModel.Message message)
Deprecated.This API is for technology preview only.Method converting theMFDataModel.Message
to a string in MessageFormat 2 syntax.The result is not necessarily identical with the original string parsed to generate the data model. But is is functionally equivalent.
- Parameters:
message
- the data model message to serialize- Returns:
- the serialized message, in MessageFormat 2 syntax
- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-