extern template void v2::PlaybackProgramBuilderDumper::write<Type>( \
typename Type::coordinate_type const& coord, Type const& config, \
haldls::vx::Backend backend); \
extern template void v2::PlaybackProgramBuilderDumper::write<Type>( \
typename Type::coordinate_type const& coord, Type const& config); \
extern template void v2::PlaybackProgramBuilderDumper::write<Type>( \
typename Type::coordinate_type const& coord, Type const& config, \
Type const& config_reference, haldls::vx::Backend backend); \
extern template void v2::PlaybackProgramBuilderDumper::write<Type>( \
typename Type::coordinate_type const& coord, Type const& config, \
Type const& config_reference); \
extern template PlaybackProgram::ContainerTicket<Type> \
v2::PlaybackProgramBuilderDumper::read<typename Type::coordinate_type>( \
typename Type::coordinate_type const& coord, haldls::vx::Backend backend); \
extern template PlaybackProgram::ContainerTicket<Type> \
v2::PlaybackProgramBuilderDumper::read<typename Type::coordinate_type>( \
typename Type::coordinate_type const& coord);