Jimmy Kao
Jimmy Kao
Do you mean you've implemented your own `CustomModule` with `RabbitMQModule` in it?
The following are the config and classes. ``` public class DateTimeConfig : IRegister { public void Register(TypeAdapterConfig config) { config.ForType() .Map(dest => dest, src => src.ToLong()); config.ForType() .Map(dest => dest,...
Well, they are not being called.
Yes, the register was executed. If there is no config, an `System.InvalidCastException: 'Invalid cast from 'DateTime' to 'Int64'.'` will occur.