RTI Connext C# API Version 7.3.0
Rti.Types.Builtin.StringTopicTypeSupport Class Reference

The type support for StringTopicType. More...

Inheritance diagram for Rti.Types.Builtin.StringTopicTypeSupport:
Rti.Dds.Topics.TypeSupport< StringTopicType >

Public Member Functions

 StringTopicTypeSupport ()
 For internal use only. Use Instance instead. More...
 
- Public Member Functions inherited from Rti.Dds.Topics.TypeSupport< StringTopicType >
ISerializer< T > CreateSerializer (short dataRepresentation=Core.Policy.DataRepresentation.Xcdr)
 Creates an ISerializer that allows serializing and deserializing data as byte arrays. More...
 
string ToString (T sample)
 Converts a data sample into a readable string. More...
 
string ToString (T sample, PrintFormatProperty format)
 Converts a data sample into a string representation such as XML or JSON according to the specified formatting options. More...
 
FromString (string str, PrintFormatKind formatKind=PrintFormatKind.Json)
 Creates a data sample from a JSON string representation More...
 
DynamicType GetDynamicTypeInternal (bool isPublic=true)
 For internal use only. More...
 
virtual void RegisterType (DomainParticipant participant, string typeName)
 For internal use only. More...
 
TAttribute GetAttribute< TAttribute > (string propertyName)
 Gets an Attribute (such as Omg.Types.KeyAttribute) from a property of this TypeSupport's type, T. More...
 
virtual void Dispose ()
 For internal use only. More...
 

Properties

static StringTopicTypeSupport Instance [get]
 Gets the singleton More...
 
- Properties inherited from Rti.Dds.Topics.TypeSupport< StringTopicType >
DynamicType DynamicType [get]
 The DynamicType that describes the IDL type T. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Rti.Dds.Topics.TypeSupport< StringTopicType >
 TypeSupport (ITypePlugin plugin, Lazy< DynamicType > dynamicTypeConstructor)
 For internal use only. More...
 

Detailed Description

The type support for StringTopicType.

Constructor & Destructor Documentation

◆ StringTopicTypeSupport()

Rti.Types.Builtin.StringTopicTypeSupport.StringTopicTypeSupport ( )
inline

For internal use only. Use Instance instead.

Property Documentation

◆ Instance

StringTopicTypeSupport Rti.Types.Builtin.StringTopicTypeSupport.Instance
staticget
Initial value:
=
ServiceEnvironment.Instance.Internal.TypeSupportFactory.CreateTypeSupport<StringTopicTypeSupport, StringTopicType>()
StringTopicTypeSupport()
For internal use only. Use Instance instead.
Definition: StringTopicTypeSupport.cs:99

Gets the singleton