MCPcopy Create free account
hub / github.com/apache/fory / int64SliceSerializer

Struct int64SliceSerializer

go/fory/slice_primitive.go:266–266  ·  view source on GitHub ↗

============================================================================ int64SliceSerializer - optimized []int64 serialization ============================================================================

Source from the content-addressed store, hash-verified

264// ============================================================================
265
266type int64SliceSerializer struct{}
267
268func (s int64SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
269 WriteInt64Slice(ctx.Buffer(), value.Interface().([]int64))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected