+all #16632 Make serialization identifiers configurable in reference.conf
This commit is contained in:
parent
064eea6180
commit
6332f888ce
17 changed files with 76 additions and 44 deletions
|
|
@ -66,7 +66,7 @@ object ByteString {
|
|||
*/
|
||||
@varargs
|
||||
def fromInts(array: Int*): ByteString =
|
||||
apply(array:_*)(scala.math.Numeric.IntIsIntegral)
|
||||
apply(array: _*)(scala.math.Numeric.IntIsIntegral)
|
||||
|
||||
/**
|
||||
* Creates a new ByteString which will contain the UTF-8 representation of the given String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue