Serializes the current object using the provided serializer. This function helps in converting the object into a format suitable for transmission or storage.
The serializer instance used to perform the serialization.
Static
deserializeDeserializes a ChainId from the provided deserializer. This function allows you to reconstruct a ChainId object from serialized data.
The deserializer instance used to read the serialized data.
Represents a ChainId that can be serialized and deserialized.