| UdtSerializer Class | 
Namespace: Dse.Serialization
public class UdtSerializer : TypeSerializer<Object>
The UdtSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
| Deserialize | (Overrides TypeSerializerTDeserialize(UInt16, Byte, Int32, Int32, IColumnInfo).) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Serialize | (Overrides TypeSerializerTSerialize(UInt16, T).) | |
| SetUdtMap | 
            Sets a Udt map for a given Udt name
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| CqlType | (Overrides TypeSerializerTCqlType.) | |
| Type | 
            Gets the CLR type for this serializer.
              (Inherited from TypeSerializerT.) | |
| TypeInfo | 
            Gets the type information for which this serializer is valid.
              (Inherited from TypeSerializerT.)Intended for non-primitive types such as custom types and UDTs. For primitive types, it should return null.  |