Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update buffer allocation in toBuffer method
Changed the allocation of the buffer to use identifierType.valueOf() instead of this.identifier.length. This ensures accurate buffer sizing based on the identifier type's value.
- Loading branch information