PicklerImpl<T> class

Inheritance

Constructors

PicklerImpl({required PickleFun<T> pickleFun, required UnpickleFun<T> unpickleFun, SizeFun<T>? sizeFun, dynamic name = "unknown"})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
pickleFun PickleFun<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeFun SizeFun<T>?
final
unpickleFun UnpickleFun<T>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekSize(T object) int
override
pickle(ByteBuf buf, T object) → void
override
toString() String
A string representation of this object.
inherited
unpickle(ByteBuf buf) → T
override

Operators

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