RTI Connext C# API  6.1.0
TypeSerializationProperty Class Reference

Properties that govern how data of a certain type will be serialized on the network. More...

Inherits IEquatable< TypeSerializationProperty >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (TypeSerializationProperty other)
 Compares for equality More...
 

Properties

bool TrimToSize [get, set]
 Controls the growth of the buffer in a DynamicData object. More...
 

Detailed Description

Properties that govern how data of a certain type will be serialized on the network.

Member Function Documentation

◆ Equals() [1/2]

override bool Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Equals ( TypeSerializationProperty  other)

Compares for equality

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code

Property Documentation

◆ TrimToSize

bool TrimToSize
getset

Controls the growth of the buffer in a DynamicData object.

The full documentation is available in the C API: DDS_DynamicDataTypeSerializationProperty_t::trim_to_size