Fix spelling error

This commit is contained in:
Katelyn Baker 2017-08-04 16:28:39 +01:00
parent 3fbc5fe555
commit 1d9c438952

View File

@ -316,7 +316,7 @@ class SerializerFactory(val whitelist: ClassWhitelist = AllWhitelist) {
}
} else if (name.endsWith("[p]")) {
// There is no need to handle the ByteArray case as that type is coercible automatically
// to the binary type and is thus handled by the main steriliser and doesn't need a
// to the binary type and is thus handled by the main serializer and doesn't need a
// special case for a primitive array of bytes
when(name) {
"int[p]" -> IntArray::class.java