ProfileSampleSerializer class

Profile Sample serializer class

Inheritance

Constructors

ProfileSampleSerializer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserialize(Uint8List data, [int offset = 0]) ProfileSample?
Call to deserialize the all message
override
deserializePayload(ProfileSampleBuilder builder, ByteData byteData, Endian endianness, int offset) int
Call to deserialize only the payload, no header. The Builder is to allow passing the message to build into. returns a int with a serialized size
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(ProfileSample? message) ByteData
Call to serialize the all message, returns a ByteData with a serialized message
override
serializePayload(ProfileSample? message, ByteData byteData, int offset) int
Call to serialize only the payload, no header, returns a int with a serialized size
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited