Vl Serializer Tool [updated] Jun 2026
func Unmarshal(data []byte, out interface{}) (uint8, error) // Read version tag, select appropriate decoder, // return the version that was used.
And its counterpart:
func Unmarshal(data []byte, out interface{}) (uint8, error) // Read version tag, select appropriate decoder, // return the version that was used.
And its counterpart: